@extends('cms.layouts.app') @section('pre-styles') @endsection @section('contents')
{{-- @if ($message = Session::get('success'))
{{ $message }}
@elseif($message = Session::get('danger'))
{{ $message }}
@endif --}} Name Designation Image Display Order Status Action @foreach ($testimonials as $testimonial) {{ $testimonial->person_name }} {{ $testimonial->designation }} {{ $testimonial->display_order }} @if ($testimonial->deleted_at == null) @else @endif @endforeach
@endsection @section('scripts') @endsection