@extends('layouts.member-app') @section('page-title')

{{ $pageTitle }}

@endsection @push('head-script') @endpush @section('content')

@lang('modules.payments.totalAmount')

  • {{ $invoice->currency->currency_symbol.' '.$invoice->total }}

@lang('modules.payments.totalPaid')

  • {{ $invoice->currency->currency_symbol.' '.$invoice->amountPaid() }}

@lang('modules.payments.totalDue')

  • {{ $invoice->currency->currency_symbol.' '.$invoice->amountDue() }}
@if ($message = Session::get('success'))
{!! $message !!}