@extends('layouts.master')
@section('page_title', 'Payment Report')
@section('title', 'Payment Report')
@section('main_item', 'Reports')
@section('sub_item', 'Payment Report')
@section('content')
| Check |
Date |
Inoice |
Waybill No |
Customer |
Contact No |
Invoice Total |
Grand Total |
Order Status |
Payment Status |
Action |
| Total: Rs. |
Invoice Total |
Grand Total |
|
@include('reports.bulk-status-update')
@endsection
@section('scripts')
@if (session()->has('msg'))
@endif
@endsection