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

Billed Orders

Sales & Balance @if (Auth::user()->can('delete ac voucher')) @endif Add Order
get('from_date')) value="{{ app('request')->input('from_date') }}" @else @if ($reportSettings == 1) value="{{ date('Y-m-d') }}" @endif @endif >
get('to_date')) value="{{ app('request')->input('to_date') }}" @else @if ($reportSettings == 1) value="{{ date('Y-m-d') }}" @endif @endif>
@if (Auth::user()->company_profile->manage_ledger_stock == 1)
@endif
Date Order# Inv No Bill Date Customer Route Sale Ex. Items Amount Due Status Box No Type /Billed Action Extra Notes
Total
{{-- Print Modal --}} {{-- Invoice Generate Modal --}} {{-- Multi Invoice Generate Modal --}} {{-- Multi Delete Modal --}} {{-- Track Modal --}} {{-- Update Status Modal --}} {{-- Update Multi Status Modal --}} @endsection @section('script') @endsection