id) && !empty($data->id)) id="CurrencyEditForm" @else id="CurrencyForm" @endif name="Currency" method="POST" action="@if(isset($data->id) && !empty($data->id)) {{ route('admin.currency.update',$id) }} @else {{ route('admin.currency.store') }} @endif" class="form" enctype="multipart/form-data" onsubmit="return false;" style="display: none"> @if(isset($data->id) && !empty($data->id)) @method('PATCH') @endif

@if(isset($data->id) && !empty($data->id)) {{ __('Edit')}} @else {{ __('Create')}} @endif {{ __('Currency')}}