@extends('template.layout') @section('style') @endsection @section('content')
| # | Code | Date | Branch | Vehicle Number | Total Item | Amount | Status | Action |
|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $grn->code }} | {{ $grn->date }} | {{ $grn->branch->name }} | {{ $grn->vehicle_number }} | {{ $grn->item_sum_qty }} | {{ number_format($grn->total_amount, 2) }} | {{ $grn->status }} | View | @php $total_grn++; $total_grn_amount += $grn->total_amount; $total_item = $grn->item_sum_qty; @endphp