@extends('layouts/contentLayoutMaster') @section('title', 'Add Electricity Bill') @section('vendor-style') @endsection @section('page-style') @endsection @section('content') {{-- Add Dispatch Point --}} Add Electricity Bill *Kindly cross check meter no on the bill and system before submitting @if ($message = Session::get('success')) {{ $message }} @endif @if ($errorMessage = Session::get('errorMessage')) {{ $errorMessage }} @endif @csrf Bill Code * @error('code') {{ $message }} @enderror Select Type Select Parent Type Area Office Dispatch Point Collection Point @if (auth()->user()->roles->first()->access_level == 6 || auth()->user()->roles->first()->access_level == 5 || auth()->user()->roles->first()->access_level == 4) Building (Plant) @endif Building (Area Office) @include('content._partials._sections.electricity_filter') Bill Details : Meter No * @error('meter_no') {{ $message }} @enderror Current Reading (Units) @error('reading') {{ $message }} @enderror Consumed (Units) @error('consumed_units') {{ $message }} @enderror Bill Amount @error('billAmount') {{ $message }} @enderror Select Payment Status Select Status Paid UnPaid Date of Reading @error('dateOfReading') {{ $message }} @enderror Due Date @error('dueDate') {{ $message }} @enderror Billing Month Select Month January February March April May June July August September October November December Remarks @error('remarks') {{ $message }} @enderror Submit Reset Cancel @endsection @section('vendor-script') @endsection @section('page-script') {{-- --}} @endsection