@extends('template.layout') @section('style') @endsection @section('content')
| # | Code | Branch | Vehicle Number | Status | Date | Total Item | Total Amount | Action |
|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $grn->code }} | {{ $grn->branch->name }} | {{ $grn->vehicle_number }} | {{$grn->status}} | {{ $grn->date }} | {{ $grn->item_sum_qty }} | {{number_format($grn->total_sum,2)}} |