@extends('backend.layouts.master') @section('pageTitle') Testimonials @endsection @section('bodyCssClass') @endsection @section('pageContent')

Testimonials Testimonial List

All Testimonials

@foreach($testimonials as $test) @endforeach
Photo Writer Comments Order Action
{{ $test->writer }} {{ $test->comments }} {{ $test->order }}
@csrf
Photo Writer Comments Order Action
@endsection @section('extraScript') @endsection