@extends('layouts.adminapp') @section('title') {{__('lng.PropertyType')}} - {{__('lng.Edit')}} @endsection @section('open_rent_asset', 'open') @section('active_rent_asset', 'active') @section('active_property_type', 'active') @section('content')

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

@csrf @method('patch')
{{__('lng.EditPropertyType')}}
@error('title')
{{ $message }}
@enderror
@endsection