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

{{ __($pageTitle) }}

@if($invoiceExist && $creditNote->invoice_id) @lang('app.viewInvoice') @endif
@endsection @push('head-script') @endpush @section('content')

{{ $creditNote->currency->currency_symbol}} {{ $creditNote->total }} @lang('modules.credit-notes.creditAmountTotal')

{{ $creditNote->currency->currency_symbol.' '.$creditNote->creditAmountRemaining() }} @lang('modules.credit-notes.creditAmountRemaining')

{{ $creditNote->currency->currency_symbol.' '.$creditNote->creditAmountUsed() }} @lang('modules.credit-notes.creditAmountUsed')

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