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

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

{{ $websiteLang->where('id',439)->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',326)->first()->custom_text }} {{ $websiteLang->where('id',92)->first()->custom_text }} {{ $websiteLang->where('id',135)->first()->custom_text }} {{ $websiteLang->where('id',136)->first()->custom_text }}
{{ ++$index }} {{ $item->title }} {{ $item->user_type==1 ? $item->admin->name : $item->user->name }} {{ $item->listingCategory->name }} @if ($item->status==1) @else @endif
@endsection