@extends('layouts.admin.master') @section('title') View Testimonial @stop @section('content')

Manage Testimonial Testimonial Detail

Testimonial Detail

Back
Author Pic @if(!empty($testimonials->image)) @endif
Author {{$testimonials->author}}
Designation {{$testimonials->designation}}
Feedback {!! $testimonials->description !!}
Created {{$testimonials->created_at}}
Modified {{$testimonials->updated_at}}
@stop