@extends('app.master') @section('title',$title) @section('breadcrumb') @include('app.layouts.rent.breadcrumb',[ 'pageTitle' => $title, 'lists' => [ [ 'link' => '#', 'name' => 'Rent Head Management', ], [ 'link' => 'rentprofiles.index', 'name' => 'Rent Profiles', ], [ 'link' => '#', 'name' => $title, ] ] ]) @endsection @section('content')
@yield('title')
@include('app.layouts.alert')
@csrf @method('PATCH')
@error('name') {{ $message }} @enderror
@error('code') {{ $message }} @enderror
{{-- --}} {{-- --}}
Sl. Rent Head SF P.P.S.F Unit P.P.U AmountAction
Sl. Rent Head SF P.P.S.F Unit P.P.U AmountAction
@endsection @section('script') @include('rent.rentprofiles.ajax.create') @endsection