Remittance Complain
{{ session('success') }}
@endif
@if (session('delete'))
{{ session('delete') }}
@endif
Remittance Complain Table
No | Date | Member ID | ငွေလွှဲပြေစာအမှတ် | ပို့သူအမည် | ပို့သူဖုန်း | လက်ခံသူအမည် | လက်ခံသူဖုန်း | မှတ်ပုံတင် | လိပ်စာ | @if (auth()->user()->is_admin == '1')Branch | @endifTransfer Category | Account Name | Account Number | MYR RM | Rate | ပို့ခ | Total Amount | MMK KS | Complain Remark | Complain | Action | ||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ $end_id }} | {{ $remittance->created_at->format('Y-m-d') }} | {{-- $remittance->customer->member_id ?? 'N/A' --}} @if($remittance->member_id != null) {{ $remittance->member_id }} @else {{-- @if ($remittance->customer->reciver_phone == $remittance->receiver_phone) --}} @if($remittance->customer) {{ $remittance->customer->member_id ?? 'N/A' }} @else {{'N/A'}} @endif {{-- @endif --}} @endif | {{ $remittance->transaction_id ?? 'N/A' }} | {{ $remittance->sender_name }} | {{ $remittance->sender_phone }} | {{ $remittance->receiver_name }} | {{ $remittance->receiver_phone }} | {{ $remittance->receiver_NRC }} | {{ $remittance->receiver_address }} | @if (auth()->user()->is_admin == '1'){{--@foreach ($branches as $branch) @if ($branch->id == $remittance->branch) {{ $branch->name }} @endif @endforeach--}} {{$remittance->getbranch->name ?? 'N/A'}} | @endif@if ($remittance->category == 'KBZ pay' || $remittance->category == 'KBZpay') K Pay @else {{ $remittance->category }} @endif | @if ($remittance->category === 'Home')N\A | @else{{ $remittance->bank_name ?? $remittance->acc_name }} | @endif @if ($remittance->category === 'Home')N\A | @else{{ $remittance->bank_no ?? $remittance->phone }} | @endif{{ $remittance->dollar_amount }} | {{ $remittance->rate }} | {{ number_format($remittance->trn_fee, 2, '.', ',') }} | {{ $remittance->dollar_amount + $remittance->trn_fee }} | {{ number_format($remittance->kyat_amount, 2, '.', ',') }} |
@if ($remittance->remark)
@foreach ($remittance->remark as $index => $remark)
@if ($index == 'Admin')
{{-- {!! nl2br(trim(preg_replace('/,/', "\n", $remittance->remark))) !!}
--}}
{{ $index . '-' . $remark }}
@elseif (strpos($index, 'Ygn') === false && strpos($index, 'Admin') === false) {{ $index . '-' . $remark }} @else {{-- {!! nl2br(trim(preg_replace('/,/', "\n", $remittance->remark))) !!} --}} {{ $index . '-' . $remark }} @endif @endforeach @endif |
Complain | @php $branchId = auth()->user()->branch; $branch = \App\Models\Branch::find($branchId); @endphp @if (auth()->user()->is_admin == '1' || auth()->user()->level == 'Admin' || Str::contains($branch->name, 'Malaysia')) @endif |
Total | {{ $total / $count }} |
Showing {{ $remittances->firstItem() ?? 0 }} to
{{ $remittances->lastItem() ?? 0 }} of
{{ $remittances->total() }} results
{{ $remittances->links('pagination::bootstrap-4') }}