@foreach($data['rows'] as $gallery)
@endforeach
@include('web.website.includes.pagination')
@if ($gallery-> image_name)
@else
@endif
{{$gallery->title}}
{!! \Illuminate\Support\Str::words($gallery->description, 20,'....') !!}
{{--9 mins--}}