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

Testimonials

add testimonials

@if(Session::has('message'))
× {{ Session::get('message') }}
@endif
@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