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

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

{{ $websiteLang->where('lang_key','agent_property')->first()->custom_text }}
@foreach ($properties as $index => $item) @endforeach
{{ $websiteLang->where('lang_key','serial')->first()->custom_text }} {{ $websiteLang->where('lang_key','agent_s')->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','status')->first()->custom_text }} {{ $websiteLang->where('lang_key','action')->first()->custom_text }}
{{ ++$index }} {{ $item->user->name }} {{ $item->title }} {{ $settings->currency_icon }}{{ $item->price }} {{ $item->propertyType->type }} {{ $item->propertyPurpose->custom_purpose }} @if ($item->status==1) @else @endif
@endsection