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

Testimonials Management

Add Testimonials

@php $pi = ($testimonial_show->currentPage() - 1) * $testimonial_show->perPage() + 1; @endphp @foreach($testimonial_show as $data) @php $pi++; @endphp @endforeach
S.no Name Image Status Action
{{ $pi}} {{ $data['client_name']}} Pages Image
pg_status === 'active' ? 'checked' : '' }}>
Edit
@csrf @method('DELETE')
S.no Name Image Status Action
@include('admin.Backend.Layout.footer')
@include('admin.Backend.Layout.common-end')