@extends('main') @section('css') @endsection @section('content')
@if(session('message'))
@endif
@if(!empty($testimonials)) @foreach($testimonials as $t) @endforeach @endif
Name Image Logo Job Testimonial Options
{{ $t->name }} {!! $t->image ? '' : '' !!} {!! $t->logo ? '' : '' !!} {{ $t->job }} {{ $t->testimonial }}
@endsection @section('js') @endsection