@if(@$images)
@foreach($images as $image)
@if(@$cat_id == 6 )

@else
@if(pathinfo($image['file_path'], PATHINFO_EXTENSION) == "pdf")
.$image['thumb1']}})
@elseif(pathinfo($image['file_path'], PATHINFO_EXTENSION) == "csv" || pathinfo($image['file_path'], PATHINFO_EXTENSION) == "xlx" || pathinfo($image['file_path'], PATHINFO_EXTENSION) == "xlsx" || pathinfo($image['file_path'], PATHINFO_EXTENSION) == "xlsm" || pathinfo($image['file_path'], PATHINFO_EXTENSION) == "xlsb")
.$image['thumb1']}})
@else
.$image['file_path']}})
@endif
@endif
{{--
--}}
@endforeach
@endif