@extends('layouts.master') @section('page_title', 'Purchase Order Details') @section('title', 'Purchase Order Details') @section('main_item', 'Purchase Order') @section('sub_item', 'Add Purchase Order') @section('content')

Edit Purchases

business_location != '1') style="display: none" @endif>
Add
@csrf
@foreach ($grn_items as $count => $grn_item) @endforeach
Product Name Purchase Quantity Purchase Price Selling Price Line Total Action
{{ $grn_item->product->product_name }} {{ $grn_item->grn_line_total }}

Total Cost

grn_discount)) value="{{ $grn->grn_discount }}" @else value="0" @endif>
{{--
--}}
{{-- Model Sart here --}} {{-- Model Ends Here --}} @endsection @section('scripts') @endsection