@extends('layouts.admin.layout') @section('title') {{ $websiteLang->where('lang_key','blog_comment')->first()->custom_text }} @endsection @section('admin-content')
{{ $websiteLang->where('lang_key','blog_comment')->first()->custom_text }}
@foreach ($comments 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','comment')->first()->custom_text }} {{ $websiteLang->where('lang_key','blog')->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->comment }} {{ $websiteLang->where('lang_key','view')->first()->custom_text }} @if ($item->status==1) @else @endif
@endsection