@extends('backend.layout.app') @section('title' , 'Testimonial | show ' ) @section('content')
id}}", "redirect":"{{route("backend.testimonial")}}" })'>
image @if($result['obj']->image) @endif
Name {{ $result['obj']->name }}
title {{ $result['obj']->title }}
description {{ $result['obj']->description }}
created at {{ $result['obj']->created_at }}
is published {{ $result['obj']->is_published == '1' ? 'yes' : 'no' }}
@endsection @push('footer-script') @endpush