@include('admin.Backend.Layout.common-head')
@include('admin.Backend.Layout.header') @include('admin.Backend.Layout.sidebar')
Manage Testimonial
Home
Manage Testimonial
Testimonial Management
@csrf
Testimonial Name
@error('client_name')
{{ $message }}
@enderror
Short Description
@error('short_discription')
{{ $message }}
@enderror
Description
@error('discription')
{{ $message }}
@enderror
Status
Active
Inactive
@error('status')
{{ $message }}
@enderror
Testimonial Image
Choose file
Upload
@include('admin.Backend.Layout.footer')
@include('admin.Backend.Layout.common-end')