@php $name = ($type == 1) ? 'Recieved Payment' : 'Manage Payment'; @endphp @extends('admin.layouts.master') @section('title', $name) @section('content')
@if(Auth::user()->role==1)
Filter
@endif
@include('admin.includes.msg')
@if(Auth::user()->role<4) @endif @if(!empty($alldata) && $alldata->count()>0) @foreach($alldata as $k=>$v) @php $totalamount=0;$pending=0; @endphp @foreach($v as $key=>$val) @if(Auth::user()->role<4) @endif @endforeach @endforeach @endif
Sl.No Ledger Name Amount Mode Created date Effective date ReferenseChanel PartnersApprove Action
{{ \Carbon\Carbon::parse($k)->format('F j, Y') }}
@endsection