@php $si=0; @endphp @foreach ($Properties as $Property) @endforeach
{{ __('lng.SiNo') }} {{ __('lng.Title') }} {{ __('lng.PropertyType') }} {{ __('lng.Address') }} {{ __('lng.Amount') }} {{ __('lng.Photo') }} {{ __('lng.Action') }}
{{ ++$si }} {{ $Property->title }} {{ $Property->propertytype->title }} {{ $Property->address }} @currency($Property->amount) avatar
{{--
--}}
@csrf @method('delete')
{{--
--}}

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