@extends('layouts.master') @section('css') @endsection @section('title') Delivery Note @endsection @section('content')

Delivery Note Register

input('from_date') != '') value="{{ app('request')->input('from_date') }}" @else @if ($company->date_filter_in_reports == 1) value="{{ date('Y-m-d') }}" @endif @endif>
input('to_date') != '') value="{{ app('request')->input('to_date') }}" @else @if ($company->date_filter_in_reports == 1) value="{{ date('Y-m-d') }}" @endif @endif>
Voucher Date Voucher Number Voucher Type Party (Dr) Sales Ledger (Cr) Taxable Value Amount Stock Inward/Outward Remarks Customer Source Status Action
Total
{{-- Print Modal --}} {{-- Track Modal --}} {{-- Multiple Print Modal --}} @include('admin.common.delete-modal') @endsection @section('script') @include('admin.common.delete') @endsection