@include('admin.Backend.Layout.common-head')
@include('admin.Backend.Layout.header') @include('admin.Backend.Layout.sidebar')

Manage Testimonial

Testimonial Management

@csrf
@error('client_name') {{ $message }} @enderror
@error('short_discription') {{ $message }} @enderror
@error('discription') {{ $message }} @enderror

@error('status') {{ $message }} @enderror
Upload
@include('admin.Backend.Layout.footer')
@include('admin.Backend.Layout.common-end')