@extends('layouts.master-vnext') @section('page-title') Edit currency - {{ $currency->name }} @endsection @section('content') @include('common.errors') {{ Form::model($currency, [ 'action' => ['Base\CurrencyController@update', $currency->id]]) }} {{ method_field('PUT') }} @include('base.currency.form')
{{ Form::close() }} @endsection