@extends('layouts.admin') @section('ext_css')
@endsection @section('content')
Dashboard
Invoice History
@if(session('success'))
Success !
{!! Session::get('success') !!}
@elseif(session('failure'))
Failed !
{{ Session::get('failure') }}
@endif
Invoice and Billings
*
Required Fields
Create New Invoice
EXPORT
Invoice No.
{{ $errors->first('merchant')}}
Category
@foreach($categories as $category)
id, request()->category ?? [])) selected @endif>{{$category->name}}
@endforeach
{{ $errors->first('category')}}
Sub Category
--All--
{{ $errors->first('sub_category')}}
Merchant
--All--
{{ $errors->first('merchant')}}
From Date (B.S.)
*
To Date (B.S.)
*
per_page == 20) selected @endif>20
per_page == 40) selected @endif>40
per_page == 60) selected @endif>60
per_page == 80) selected @endif>80
per_page == 100) selected @endif>100
FILTER
search || !request()->per_page > 20) style="display:none;margin-top: 27px;" @else style="margin-top: 27px;" @endif>
CLEAR
From Date (A.D.)
*
To Date (A.D.)
*
@csrf
S.N
INVOICE DATE
INVOICE NO.
CATEGORY
MERCHANT
DATE RANGE
ACTION