@extends('layouts.adminapp') @section('title') {{ __('lng.PropertyRent') }} - {{__('lng.Create')}} @endsection @section('open_rent_asset', 'open') @section('active_rent_asset', 'active') @section('active_property_rent', 'active') @section('content')

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

@csrf
{{__('lng.CreatePropertyRent')}}
@error('date')
{{ $message }}
@enderror
@error('expire')
{{ $message }}
@enderror
@endsection