@extends('layouts.app') {{-- Important Variables --}} @section('title') {{ __('lang.bulk_print') }} @stop @section('top-bar') @include('includes.top-bar') @stop @section('left-sidebar') @include('includes.maintenance-left-sidebar') @stop @section('content') @php $common = new \App\Models\Common(); $current_year = Carbon\Carbon::now()->format('Y'); $current_month = Carbon\Carbon::now()->format('m'); @endphp

{{ __('lang.bill_printing') }}

{{__('lang.search_criteria')}}


@csrf
@stop @push('include-css') @endpush @push('include-js') @endpush