@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')
@include('content._partials._sections.electricity_filter')
{{-- 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