@extends('layouts.app') @section('title','Testimonials') @section('content')
@forelse ($testimonials as $item)
{{-- fashion --}}
@if ($item->title!='untitled')
{{$item->title}}
@else
@endif

@if ($item->description) {!! Str::words($item->description,$limit=10,$end="..") !!} @else @endif

@if ($item->title=='untitled') Read More @endif {{--
    @foreach ($dates as $dt) @endforeach
--}}
@empty
No Testimonials Added Yet
@endforelse
{{ $testimonials->links('pagination::custom') }}
@endsection @section('js') @endsection @section('css') @endsection