@extends('layouts.app') {{-- Important Variables --}} @section('title') Water Bill Report @stop @section('top-bar') @include('includes.top-bar') @stop @section('left-sidebar') @include('includes.maintenance-left-sidebar') @stop @section('content')

Water Bill Report

Search Criteria


@csrf
@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