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

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

{{__('lng.PropertyTypeTable')}}
{{__('lng.CreateNew')}}
@if ($SearchResult) @php echo $SearchResult @endphp @else
@php $si=0; @endphp @foreach($PropertyTypes as $PropertyType) @endforeach
{{__('lng.SiNo')}} {{__('lng.Title')}} {{__('lng.Narration')}} {{__('lng.Action')}}
{{++$si}} {{$PropertyType->title}} {{$PropertyType->narration}}
@csrf @method('delete')

{{$PropertyTypes->count()}} {{__('lng.Items')}}

@endif
@endsection