@extends('layouts.app') {{--Important Variables--}} @php $common = new \App\Models\Common(); $blocks = \App\Models\Block::get(); @endphp @section('title') Bill Report @stop @section('top-bar') @include('includes.top-bar') @stop @section('left-sidebar') @include('includes.maintenance-left-sidebar') @stop @section('content')

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

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


{{ csrf_field() }}
@include('layouts.components.select_field', [ 'col' => 6, 'name' => 'block_id', 'options' => $blocks, 'default_option'=> __('lang.select_block'), 'label' => __('lang.block'), ])
@stop @push('include-css') @endpush @push('include-js') @endpush