@section('title','Receive Transection list') @extends('layouts.master') @section('style') {{Html::style('assets/css/daterangepicker.css')}} @endsection @section('content')
| {{trans('label.SL')}} | {{trans('label.Transection NO')}} | {{trans('label.From which it has been given')}} | {{trans('label.Given into account')}} | {{trans('label.Amount')}} | {{trans('label.Description')}} | {{trans('label.Date')}} | {{trans('label.receive by')}} | {{trans('label.Action')}} |
|---|---|---|---|---|---|---|---|---|
| {{$key+1}} | {!! $invoice->_prefex ?? '' !!} - {!! $invoice->_id ?? '' !!} | @php echo \App\Http\Controllers\TransectionController::getAccountName($invoice->account_no,'',$invoice->_table_name); @endphp | @php echo \App\Http\Controllers\TransectionController::getAccountName($invoice->own_account_no,$invoice->ref_no,$invoice->_table_name); @endphp ({{ $invoice->ref_no ?? '' }}) | {!! $invoice->debit ?? '' !!} | {!! $invoice->description ?? '' !!} | {!! $invoice->transection_date ?? '' !!} | {!! $invoice->name ?? '' !!} | View | Print |