@extends('layouts.contentLayoutMaster') @section('title', 'Rental Facility Installments') @section('vendor-style') {{-- vendor css files --}} @endsection @section('content') Rent Installments {{-- Electricity Bills @can('Create Area Office') Add New @endcan --}} Select Type Select Facility 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) Select Vendor Select Vendor @foreach($vendors as $vendor) {{ $vendor->name }} - {{$vendor->cnic}} @endforeach Due Date Agreement Code @include('content._partials._sections.electricity_filter') Search Reset {{-- Cancel --}} AGR # Vendor Facility Dates Amount Status Payment Status Paid By Code Name Name Type Due Payment Payable Paid @endsection @section('vendor-script') {{-- vendor files table data --}} @endsection @section('page-script') @endsection