{{ __('admin.Property Type') }}

{{ __('admin.Add New') }}
@foreach ($propertyTypes as $index => $propertyTypes) @endforeach
{{ __('admin.SN') }} {{ __('admin.Type') }} {{ __('admin.Slug') }} {{ __('admin.Translations') }} {{ __('admin.Status') }} {{ __('admin.Action') }}
{{ ++$index }} {{ $propertyTypes->type }} {{ $propertyTypes->slug }} @forelse($languages as $key => $language) {{ strtoupper($language->code) }} @if (!$loop->last) || @endif @empty {{ strtoupper(config('app.locale')) }} @endforelse @if ($propertyTypes->status == 1) @else @endif