@extends('admin.includes.master-admin') @section('content')

Testimonial Section

@if(Session::has('message'))
× {{ Session::get('message') }}
@endif

Testimonial Section Title Text

{{csrf_field()}}

Testimonials

@foreach($testimonials as $testimonial) @endforeach
Review Text Client's Name Designation Actions
{{$testimonial->review}} {{$testimonial->client}} {{$testimonial->designation}}
{{csrf_field()}} Edit
@stop @section('footer') @stop