{!! Form::model($countryCurrency, ['route' => ['admin.countryCurrencies.update', $countryCurrency->id], 'method' => 'patch', 'files' => true]) !!}
@include('admin.country_currencies.fields')
{!! Form::close() !!}