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

{{ __($pageTitle) }}

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

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

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

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

  • {{ $creditNote->currency->currency_symbol.' '.$creditNote->creditAmountRemaining() }}

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

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