@extends('layouts.fillform') @section('heading') {{ $data->reference }} @endsection @section('logo') {{ $data->logo }} @endsection @section('content')

@lang('messages.make_payment')

@if($data->amount != 0) @lang('messages.amount') MK {{ $data->amount }} @else ( 0000 ) @endif
  • @lang('messages.payment_reference') : {{ $data->reference }}
@foreach($payment_gateways as $k => $v)
@php $view = 'payments.partials.pay_'.$k; @endphp @includeIf($view)
@endforeach
@endsection @section('footer') @endsection