@extends('layouts.adminapp') @section('content') {{-- Create New Donation --}}
@csrf

{{__('lng.CreatePropertyRent')}}

{{__('lng.Guest')}}
{{-- <=================== Start MEMBER DIV==========================> --}}
{{-- <=================== End MEMBER DIV==========================> --}} {{-- <=================== Start Guest DIV==========================> --}} {{-- <=================== End Guest DIV==========================> --}}
@error('date')
{{ $message }}
@enderror
@error('expire')
{{ $message }}
@enderror
@endsection