@extends('layouts.app') @section('stitle', 'PO-Reference ') @section('title', 'GRN Reference') @section('content')
{{-- @include('grn.grn_inner_menu')--}}
{{$supplier->name}}

{{$branch->name}}

- - -

- - -

{{$user->name}}

({{$grn->created_at}})

{{-- --}} @php $total=0 @endphp @foreach($grn_items as $grn_i) {{-- --}} @endforeach
Name SKU BARCODE CostStorage UnitQuantity Total Cost
{{$grn_i->name}} {{$grn_i->sku}} {{$grn_i->barcode}} {{$grn_i->cost}}{{$grn_i->qty}} {{$grn_i->item_total_cost}}
{{$grn->total}}
{{--
@csrf
@csrf
--}}
@endsection @push('my_scripts') @endpush