@extends('layouts.adminmaster') @section('styles') @endsection @section('content')
@csrf

{{lang('Testmonial Section')}}

@error('testimonialtitle') {{ lang($message) }} @enderror
@error('testimonialsub') {{ lang($message) }} @enderror

{{lang('Testimonial List')}}

@can('Testimonial Create') {{lang('Add Testmonial')}} @endcan
@can('Testimonial Delete') @endcan @can('Testimonial Delete') @endcan @cannot('Testimonial Delete') @endcannot

loading.. Please Wait

{{lang('Sl.No')}} {{lang('Name')}} {{lang('Designation')}} {{lang('Actions')}}
@endsection @section('modal') @include('admin.testimonial.model') @endsection @section('scripts') @vite(['resources/assets/js/support/support-sidemenu.js']) @endsection