@extends('layouts.app') {{-- Important Variables --}} @section('title') {{ __('lang.bill_receipt_report') }} @stop @section('top-bar') @include('includes.top-bar') @stop @section('left-sidebar') @include('includes.maintenance-left-sidebar') @stop @section('content') {{ __('lang.bill_receipt_report') }} Search Criteria @csrf {{ __('lang.select_project_name') }} {{ __('lang.all_projects') }} @foreach ($branches as $Branch) {{ $Branch->name }} @endforeach {{ __('lang.project') }} {{ __('lang.select_owner') }} {{ __('lang.all_owners_caps') }} @foreach (App\Models\Customer::facility()->get() as $owner) {{ $owner->name }} @endforeach {{ __('lang.owner') }} {{ __('lang.unit_number') }} {{ __('lang.select_bill') }} {{ __('lang.electricity_bill') }} {{ __('lang.water_bill') }} {{ __('lang.owner_bill') }} {{ __('lang.bill_category') }} {{ __('lang.receipt_no') }} {{ __('lang.select_payment_mode') }} {{ __('lang.bank') }} {{ __('lang.cash') }} {{ __('lang.online_transfer') }} {{ __('lang.other') }} {{ __('lang.mode_of_payment') }} {{ __('lang.from') }} {{ __('lang.to') }} {{ __('lang.clear') }} @stop @push('include-css') @endpush @push('include-js') @endpush