{{ csrf_field() }} {{-- required --}} {{-- required in kobo --}} @if($system_currency->country == 'Nigeria') @php $currency_code = 'NGN'; @endphp @elseif($system_currency->country == 'Ghana') @php $currency_code = 'GHS'; @endphp @else @php $currency_code = $system_currency->code @endphp @endif {{--Ghana:GHS, Nigeria:NGN, USD--}} {{-- For other necessary things you want to add to your payload. it is optional though --}} {{-- required --}}