@extends('layouts.app') {{-- Important Variables --}} @section('title') Online Bill Payment Report @stop @section('top-bar') @include('includes.top-bar') @stop @section('left-sidebar') @include('includes.maintenance-left-sidebar') @stop @section('content') Online Bill Payment Report {{ __('lang.search_criteria') }} @csrf {{ __('lang.select_project_name') }} {{ __('lang.all_project') }} @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 }} ({{ $owner->nid }}) @endforeach {{ __('lang.owner') }} {{ __('lang.receipt_no') }} {{ __('lang.consumer_no') }} {{ __('lang.from') }} {{ __('lang.to') }} {{ __('lang.clear') }} @stop @push('include-css') @endpush @push('include-js') @endpush