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

Manage Testimonial

Testimonial Management

@method('PUT') @csrf
@error('client_name') {{ $message }} @enderror
@error('short_discription') {{ $message }} @enderror
@error('discription') {{ $message }} @enderror
Upload
@if ($testimonial->image)

Current Image:

Current Image
@endif
@include('admin.Backend.Layout.footer')
@include('admin.Backend.Layout.common-end')