{{-- resources/views/currencies/currency-form.blade.php --}} @props([ 'currency' => null, // The currency model (null for create) 'action' => '', // Form action URL 'method' => 'POST', // Form method (POST for create, PUT/PATCH for edit) ])
{{-- Delete Confirmation Modal --}} @if($currency && $currency->code !== 'KES' && !$currency->services()->exists()) @endif @push('scripts') @endpush