@include('layouts.sidebar')

Add Property

Remaining Properties : Unlimited
@csrf
@php $lastProperty = \App\Models\MyProperties::orderBy('property_id', 'desc')->first(); $nextCode = 'RT' . str_pad( $lastProperty ? intval(substr($lastProperty->property_code, 2)) + 1 : 1000, 4, '0', STR_PAD_LEFT, ); @endphp
Upload Images
Maximum : Unlimited Remaining : Unlimited
@include('layouts.footer')