@extends('layouts.app') @section('header')
@endsection @section('content')
{{ csrf_field() }}





@foreach($sales_list as $list) @endforeach
Stock Catagory Physical Quantity Purchase Cost GST Selling Cost No.of.Units Total

{{--

--}}




@endsection @section('scripts') @include('inventory.sales.inc.script') @endsection