@extends('layouts.app') @section('title') {{ __('messages.testimonials') }} @endsection @section('page_css') {{-- --}} @endsection @section('content') {{--
--}} {{--
--}} {{--
--}} {{-- @include('layouts.search-component')--}} {{--
--}} {{-- --}} {{-- {{ __('messages.testimonial.new_testimonial') }}--}} {{--
--}} {{--
--}} {{-- @include('landing.testimonial.table')--}} {{-- @include('landing.testimonial.create-modal')--}} {{-- @include('landing.testimonial.edit-modal')--}} {{-- @include('landing.testimonial.show')--}} {{-- @include('landing.testimonial.templates.template')--}} {{--
--}} {{--
--}}
@include('flash::message')
@include('landing.testimonial.create-modal') @include('landing.testimonial.edit-modal') @include('landing.testimonial.show') {{-- @include('landing.testimonial.templates.template')--}} {{ Form::hidden('profileError', __('messages.testimonial.profile_error'), ['id' => 'testimonialProfileError']) }} {{ Form::hidden('defaultDocumentImageUrl', asset('landing_front/images/thomas-james.png'), ['id' => 'testimonialDefaulImageURL']) }} {{ Form::hidden('superAdminTestimonialStore', route('admin-testimonial.store'), ['id' => 'superAdminTestimonialStore']) }} {{ Form::hidden('superAdminTestimonialIndex', url('super-admin/admin-testimonial'), ['id' => 'superAdminTestimonialIndex']) }} {{ Form::hidden('adminTestimonialLang',__('messages.delete.testimonial'), ['id' => 'adminTestimonialLang']) }}
@endsection {{-- --}} {{--let profileError = "{{__('messages.testimonial.profile_error')}}"--}} {{--let defaultDocumentImageUrl = "{{ asset('landing_front/images/thomas-james.png') }}"--}} {{-- --}}