@extends('layouts.contentLayoutMaster') @section('title', 'Rental Agreements') @section('vendor-style') {{-- vendor css files --}} @endsection @section('content') Approved Agreements {{-- @can('Fixed Assets Transfer') --}} Create New Agreement {{-- @endcan --}} @include('content._partials._sections.rental_agreement_tabs') 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 Start Date Agreement Code @include('content._partials._sections.electricity_filter') Search Reset {{-- Cancel --}} AGR # Vendor Duration Facility Status Created by Date Action Code Name WEF To Name Type @endsection @section('vendor-script') {{-- vendor files table data --}} @endsection @section('page-script') @endsection