@extends('partial.mobile') @php $userRole = auth()->user()->roles[0]->id; $page_name = 'All Shift Report'; $totalAmount = $total['Amount'] ?? 0; @endphp @include('partial.header') @include('partial.loader')

ALL Shift Report

@foreach ($transactions as $index => $txn)

{{ $index + 1 }}.{{ $txn['LedgerName'] }}

T-Sale : {{ $txn['TotalSale'] }}
{{ $txn['TodayProfit'] }} /-

@endforeach
Total {{ number_format($totalAmount) }} /-
@section('script') @endsection @section('style') @endsection