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

{{ __($pageTitle) }}

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

@lang('modules.credit-notes.creditAmountTotal')

  • {{ currency_formatter($creditNote->total,$creditNote->currency->currency_symbol)}}

@lang('modules.credit-notes.creditAmountRemaining')

  • {{ currency_formatter($creditNote->creditAmountRemaining(),$creditNote->currency->currency_symbol) }}

@lang('modules.credit-notes.creditAmountUsed')

  • {{ currency_formatter($creditNote->creditAmountUsed(),$creditNote->currency->currency_symbol)}}
@if ($message = Session::get('success'))
{!! $message !!}