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