@extends('layouts.admin') @section('content')
@if ($message = Session::get('success'))

{{ $message }}

@endif
@lang('homepage.testimonials')
@lang('admin_testimonial.new')
@foreach ($testimonials as $testimonial) @csrf @method('PATCH') @endforeach
@lang('admin_testimonial.id') @lang('admin_testimonial.is_active') @lang('admin_testimonial.customer_name') @lang('admin_testimonial.comment') #
{{ $testimonial->id }} {!! html_entity_decode(activity($testimonial)) !!}
{{--@lang('admin_testimonial.show')--}} @lang('admin_testimonial.edit') @csrf @method('DELETE')
{!! $testimonials->links() !!}
@endsection