@include('admin.Backend.Layout.common-head')
@include('admin.Backend.Layout.header') @include('admin.Backend.Layout.sidebar')
Manage Testimonial
Home
Manage Testimonial
Testimonial Management
@method('PUT') @csrf
Testimonial Name
@error('client_name')
{{ $message }}
@enderror
Short Description
{{ $testimonial->short_discription }}
@error('short_discription')
{{ $message }}
@enderror
Description
{{ $testimonial->description }}
@error('discription')
{{ $message }}
@enderror
Gallery Image
Choose file
Upload
@if ($testimonial->image)
Current Image:
@endif
@include('admin.Backend.Layout.footer')
@include('admin.Backend.Layout.common-end')