@extends('layouts.admin') @section('page-title') {{__('Manage Debit Notes')}} @endsection @section('breadcrumb')
{{__('Bill')}} | {{__('Vendor')}} | {{__('Date')}} | {{__('Amount')}} | {{__('Description')}} | {{__('Action')}} |
---|---|---|---|---|---|
{{ AUth::user()->billNumberFormat($bill->bill_id) }} | {{ (!empty($bill->vender)?$bill->vender->name:'-') }} | {{ Auth::user()->dateFormat($debitNote->date) }} | {{ Auth::user()->priceFormat($debitNote->amount) }} | {{!empty($debitNote->description)?$debitNote->description:'-'}} | @can('edit debit note') @endcan @can('edit debit note') @endcan |