@extends('admin.master_layout')
@section('title')
{{ __('Testimonial Section') }}
@endsection
@php
$current_theme_title = collect(App\Enums\ThemeList::themes())->firstWhere('name', DEFAULT_HOMEPAGE)?->title
@endphp
@section('admin-content')
@endsection
@push('js')
@endpush