@extends('layouts.adminapp') @section('content') {{-- Property Type --}}
@csrf @method('patch')

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

@error('title')
{{ $message }}
@enderror
@endsection