@extends('layouts.admin') @section('page-title') {{__('Manage Credit Notes')}} @endsection @push('script-page') @endpush @section('breadcrumb')
{{__('Invoice')}} | {{__('Customer')}} | {{__('Date')}} | {{__('Amount')}} | {{__('Description')}} | {{__('Action')}} |
---|---|---|---|---|---|
{{ AUth::user()->invoiceNumberFormat($invoice->invoice_id) }} | {{ (!empty($invoice->customer)?$invoice->customer->name:'-') }} | {{ Auth::user()->dateFormat($creditNote->date) }} | {{ Auth::user()->priceFormat($creditNote->amount) }} | {{!empty($creditNote->description)?$creditNote->description:'-'}} | @can('edit credit note') @endcan @can('edit credit note') @endcan |