@forelse ($testimonials as $item)
@if ($item->title=='untitled')
Read More
@endif
{{--
@empty
@endforelse
{{-- fashion --}}
@if ($item->title!='untitled')
{{$item->title}}
@else@endif
@if ($item->description) {!! Str::words($item->description,$limit=10,$end="..") !!} @else @endif
-
@foreach ($dates as $dt)
- {{$dt->toFormattedDateString()}} @endforeach
No Testimonials Added Yet
{{ $testimonials->links('pagination::custom') }}