{{__('admin.Dashboard')}}
{{__('admin.Add New')}}
@endsection
{{__('admin.SN')}} | {{__('admin.Property')}} | {{__('admin.Price')}} | {{__('admin.Type')}} | {{__('admin.Purpose')}} | {{__('admin.Status')}} | {{__('admin.Action')}} |
---|---|---|---|---|---|---|
{{ ++$index }} | {{ $property->translated_title }} | {{ $currency }}{{ $property->price }} | {{ $property->propertyType->translated_type }} | {{ $property->propertyPurpose->translated_custom_purpose }} | @if($property->status == 1) @else @endif |