@extends('layouts.admin.layout') @section('title') {{ $websiteLang->where('id',457)->first()->custom_text }} @endsection @section('admin-content')
{{ $websiteLang->where('id',461)->first()->custom_text }}
@foreach ($claimes as $index => $item) @endforeach
{{ $websiteLang->where('id',131)->first()->custom_text }} {{ $websiteLang->where('id',37)->first()->custom_text }} {{ $websiteLang->where('id',38)->first()->custom_text }} {{ $websiteLang->where('id',457)->first()->custom_text }} {{ $websiteLang->where('id',56)->first()->custom_text }} {{ $websiteLang->where('id',136)->first()->custom_text }}
{{ ++$index }} {{ $item->name }} {{ $item->email }} {{ $item->comment }} {{ $item->listing->title }} @if ($item->listing->verified==1) {{ $websiteLang->where('id',11)->first()->custom_text }} @else {{ $websiteLang->where('id',462)->first()->custom_text }} @endif
@endsection