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

Billed Orders

Add Order
@if (Session::has('success')) @elseif(Session::has('error')) @endif
{{-- --}}
Date Order# Inv No Bill Date Customer Lot Route Sale Ex. Items Amount Due Order Status Production Unit Production Status Production Date 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 --}} {{-- Comment Modal --}} {{-- --}} {{-- Material Modal --}}
@endsection @section('script') @if (session('success_flash')) @endif @if (session('error_flash')) @endif @endsection