@extends('layouts.mop_master') @section('css') @endsection @section('title') Order @endsection @section('content')

Orders

@if (Session::has('success')) @elseif(Session::has('error')) @endif
{{--
--}}
{{--
--}}
{{--
--}}
{{-- --}}
Date Store Order# Customer Lot Route Sale Ex. Items Order Status Material Status Remarks Comment Type /Billed Action
Total
{{-- Track Modal --}} {{-- Invoice Generate Modal --}} {{-- Multi Invoice Generate Modal --}} {{-- Update Status Modal --}} {{-- Update Multi Status Modal --}} {{-- Print Modal --}} {{-- Production Unit assign Modal --}} {{-- Material Modal --}} {{-- Comment Modal --}} {{-- Consumption Modal --}}
@endsection @section('script') @if (session('success_flash')) @endif @if (session('error_flash')) @endif @endsection