@extends('admin.layouts.app') @section('title', 'Testimonial') @section('page_css') @endsection @section('section')

@yield('title')

Testimonial Details

@if(isset($content->author_designation)) @endif
ID {{$content->id ? $content->id : 'n/a'}}
Author Name {{$content->author_name ? $content->author_name : 'n/a'}}Author Designation {{$content->author_designation ?? 'n/a'}}
Description {{$content->description ? $content->description : 'n/a'}}
Image
@endsection