@extends('layouts.admin') @section('title', __('Testimonials Gallery')) @section('content')

{{ __('Testimonials Gallery') }}

{{ __('Manage testimonials order and appearance') }}

{{ __('Filters') }}
{{ __('Reset') }}
{{ __('Gallery Actions') }}
{{ __('Testimonials Gallery') }}
@if($testimonials->count() > 0)
{{ $testimonials->appends(request()->query())->links() }}
@else
{{ __('No testimonials found') }}

{{ __('Create your first testimonial to get started.') }}

{{ __('Add First Testimonial') }}
@endif
@push('styles') @endpush @push('scripts') @endpush @endsection