{!!Form::vertical_open() ->id('form-create') ->method('POST') ->files('true') ->action(guard_url('currency/currency'))!!}

{{__('New')}} Currency

{{__('Cancel')}}
@include('notifications') @include('currency::currency.entry', ['mode' => 'create']) {!! Form::close() !!}