@extends('portal.default.layouts.master') @section('header') @stop @section('body')
{{ ctrans('texts.payment')}}
  • {{ ctrans('texts.total')}}

    {{ $amount }}

  • @if($fee)
  • {{ ctrans('texts.gateway_fee')}}

    {{ $fee }}

  • {{ ctrans('texts.amount_due')}}

    {{ $amount_with_fee }}

  • @endif
@yield('pay_now')
@endsection @push('scripts') @endpush @section('footer') @endsection