@extends('layouts.staff.layout') @section('title') {{ $websiteLang->where('lang_key','dashboard')->first()->custom_text }} @endsection @section('staff-content')

{{ $websiteLang->where('lang_key','create')->first()->custom_text }}

{{ $websiteLang->where('lang_key','property_table')->first()->custom_text }}
@foreach ($properties as $index => $item) @endforeach
{{ $websiteLang->where('lang_key','serial')->first()->custom_text }} {{ $websiteLang->where('lang_key','property')->first()->custom_text }} {{ $websiteLang->where('lang_key','price')->first()->custom_text }} {{ $websiteLang->where('lang_key','type')->first()->custom_text }} {{ $websiteLang->where('lang_key','purpose')->first()->custom_text }} {{ $websiteLang->where('lang_key','views')->first()->custom_text }} {{ $websiteLang->where('lang_key','status')->first()->custom_text }} {{ $websiteLang->where('lang_key','action')->first()->custom_text }}
{{ ++$index }} {{ $item->title }} {{ $settings->currency_icon }}{{ $item->price }} {{ $item->propertyType->type }} {{ $item->propertyPurpose->custom_purpose }} {{ $item->views }} @if ($item->status==1) @else @endif
@endsection