@extends('admin.layouts.master') @section('title', $page_title) @section('content')
Filter Orders
@csrf
to
@if(empty($data))
@endif
Invoices List
{{ __('User') }} {{ __('Company') }} {{ __('INV Name') }} {{ __('INV No') }} {{ __('Total') }} {{ __('Delivery') }} {{ __('Invoice') }} {{ __('Payment') }} {{ __('Actions') }}
@endsection @section('css') @endsection @section('js') @endsection