| Sl No |
Branch Name |
Date |
{{-- @if($userBranchId==1) --}}
Action |
{{-- @endif --}}
@if (!$dayEndInfomation->count())
| No Day End Available In This Search Range |
@endif
@foreach ($dayEndInfomation as $dayEndInfo)
| {{++$slNo}} |
{{$branchName}} |
{{date('d-m-Y',strtotime($dayEndInfo->date))}} |
{{-- @if($userBranchId==1) --}}
@if ($dayEndInfo->id==$activeDeleteDayEndId)
{{--
--}}
@endif
|
{{-- @endif --}}
@endforeach
{{-- @foreach($branchInfo as $key => $branch)
| {{$key+1}} |
{{$branch->name}} |
{{$branch->branchCode}} |
@endforeach --}}
{{ $dayEndInfomation->links() }}
{{-- {{ $dayEndInfomation->appends(['filBranch' => $targetBranchId,'filMonth' => $targetMonth,'filYear' => $targetYear])->links() }} --}}
{{-- {{ $branchInfo->links() }} --}}