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

{{ $websiteLang->where('id',371)->first()->custom_text }}

{{ $websiteLang->where('id',370)->first()->custom_text }}
@foreach ($listings as $index => $item) @endforeach
{{ $websiteLang->where('id',131)->first()->custom_text }} {{ $websiteLang->where('id',90)->first()->custom_text }} {{ $websiteLang->where('id',125)->first()->custom_text }} {{ $websiteLang->where('id',92)->first()->custom_text }} {{ $websiteLang->where('id',372)->first()->custom_text }} {{ $websiteLang->where('id',135)->first()->custom_text }} {{ $websiteLang->where('id',136)->first()->custom_text }}
{{ ++$index }} {{ $item->title }} {{ $item->location->location }} {{ $item->listingCategory->name }} {{ $websiteLang->where('id',373)->first()->custom_text }}
{{ $websiteLang->where('id',374)->first()->custom_text }}
{{ $websiteLang->where('id',375)->first()->custom_text }}
@if ($item->status==1) @else @endif
@endsection