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

{{ __($pageTitle) }}

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

{{ $invoice->currency->currency_symbol}}{{ $invoice->total }} @lang('modules.payments.totalAmount')

{{ $invoice->currency->currency_symbol.' '.$invoice->amountPaid() }} @lang('modules.payments.totalPaid')

{{ $invoice->currency->currency_symbol.' '.$invoice->amountDue() }} @lang('modules.payments.totalDue')

@if ($message = Session::get('success'))
{!! $message !!}