@extends('panel.layouts.layout') @section('content')
@lang('home.gallery')
@lang('home.home') / @lang('home.gallery') / @lang('home.gallery')
@if(Session('success'))
× @lang('home.success')! {{session('success')}}.
@endif
@csrf
@foreach($testmonials as $testmonial) @endforeach
# @lang('home.category') @lang('home.title') @lang('home.icon') @lang('home.delete')
{{ @$testmonial->id }} {{ @$testmonial->category->translations->first()->name }} {{ @$testmonial->translations->first()->title }} {{@$testmonial->title}} @include('panel.testmonials.delete_from_list')
@stop @section('jsCode') @stop