@extends('layouts.admin.layout') @section('title') {{ $websiteLang->where('lang_key','agent')->first()->custom_text }} @endsection @section('admin-content')
{{ $websiteLang->where('lang_key','agent_table')->first()->custom_text }}
@foreach ($users as $index => $item) @endforeach
{{ $websiteLang->where('lang_key','serial')->first()->custom_text }} {{ $websiteLang->where('lang_key','name')->first()->custom_text }} {{ $websiteLang->where('lang_key','email')->first()->custom_text }} {{ $websiteLang->where('lang_key','phone')->first()->custom_text }} {{ $websiteLang->where('lang_key','photo')->first()->custom_text }} {{ $websiteLang->where('lang_key','property')->first()->custom_text }} {{ $websiteLang->where('lang_key','status')->first()->custom_text }} {{ $websiteLang->where('lang_key','action')->first()->custom_text }}
{{ ++$index }} {{ $item->name }} {{ $item->email }} {{ $item->phone }} {{ $item->properties->count() }} @if ($item->status==1) @else @endif @if ($item->properties->count()==0) @endif
@endsection