@extends('layouts.admin.layout') @section('title') {{ $website_lang->where('lang_key','blog_comment')->first()->custom_lang }} @endsection @section('admin-content')
{{ $website_lang->where('lang_key','comment_table')->first()->custom_lang }}
@foreach ($comments as $index => $item) @endforeach
{{ $website_lang->where('lang_key','serial')->first()->custom_lang }} {{ $website_lang->where('lang_key','name')->first()->custom_lang }} {{ $website_lang->where('lang_key','email')->first()->custom_lang }} {{ $website_lang->where('lang_key','phone')->first()->custom_lang }} {{ $website_lang->where('lang_key','comment')->first()->custom_lang }} {{ $website_lang->where('lang_key','blog')->first()->custom_lang }} {{ $website_lang->where('lang_key','status')->first()->custom_lang }} {{ $website_lang->where('lang_key','action')->first()->custom_lang }}
{{ ++$index }} {{ $item->name }} {{ $item->email }} {{ $item->phone }} {{ $item->comment }} {{ $website_lang->where('lang_key','view')->first()->custom_lang }} @if ($item->status==1) @else @endif
@endsection