@extends('layouts.admin') @section('header-content') @endsection @section('content')
# | Customers | Payment Collect By | Payment Type | Amount | Payment Date | Cheque Type | Cheque no | Remarks | @if( Auth::user()->can('modify_recovery'))Action | @endif
---|---|---|---|---|---|---|---|---|---|
{{$key+1}} | @if(isset($payment->shop->name)) {{$payment->shop->name}} @endif | @if(isset($payment->user->firstname)){{$payment->user->firstname.' '.$payment->user->lastname}} @endif | {{$payment->payment_type}} | {{$payment->amount}} | @if($payment->payment_type=="Cheque") {{$payment->promise_cheque_date}} @endif | @if($payment->payment_type=="Cheque") {{$payment->cheque_type}} @endif | {{$payment->cheque_no}} | {{strip_tags($payment->remarks)}} | @if( Auth::user()->can('modify_recovery'))@endif |
No Records Found