@extends('layouts.app') @section('content')

Testimonial {{ $testimonial->id }}

@can('view-'.str_slug('Testimonial')) Back @endcan

ID {{ $testimonial->id }}
Name {{ $testimonial->name }}
Verified {{ $testimonial->verified }}
Comments {{ $testimonial->comments }}
@include('layouts.admin.footer')
@endsection