@extends('layouts.app') @section('title') {{ __('messages.testimonials') }} @endsection @section('page_css') @endsection @section('content') @include('flash::message')
@include('layouts.search-component')
@include('testimonials.table')
@include('testimonials.add_modal') @include('testimonials.edit_modal') @include('testimonials.show_modal') @include('testimonials.templates.templates')
@endsection @section('page_scripts') @endsection @section('scripts') @endsection