@extends('layouts.order-master') @section('css') @endsection @section('title') Order @endsection @section('content')

Orders

Orders
{{--
--}}
{{--
--}}
@if(Auth::user()->company_profile->enable_batch)
@endif
{{-- --}}
Order# Order Date Customer Sales Executive Item Name Quantity Unit Load Weight Empty Weight Price Price
Incl tax
Gross Taxable value Tax Total Remarks Order Status
Total
@endsection @section('script') @endsection