@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 !!}

Fatal error: Uncaught Error: Class 'Session' not found in /home/clademy/lms.clademy.com/resources/views/member/credit-notes/show.blade.php:72 Stack trace: #0 {main} thrown in /home/clademy/lms.clademy.com/resources/views/member/credit-notes/show.blade.php on line 72