@extends('admin.layouts.template') @section('main') {{-- Message--}} @if(session('success'))
{{ session('success') }}
| id | name | active | image | testimony | order | slug | created_at | actions |
|---|---|---|---|---|---|---|---|---|
| {{$testimony->id}} |
{{$testimony->name}}
|
active == 1 ? 'checked' : '' }}
/>
|
|
{{$testimony->order}} |
{{$testimony->testimony}}
|
{{$testimony->slug}}
|
{{$testimony->created_at}}
|
|
No testimonies present |
||||||||