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

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

@csrf
{{__('lng.CreateProperty')}}
@error('title')
{{ $message }}
@enderror
@error('propertytype_id')
{{ $message }}
@enderror
defualt
@endsection