@php $pageLink = getThemeOption('page_setting') ?? []; $pageLink = $pageLink['job_list_url'] ?? 'javascript:void(0)'; $blogs = $blogs ?? []; @endphp @if (count($blogs) > 0) @foreach ($blogs as $blog)
@endforeach
{{ $blogs->links('front.vendor.pagination.custom') }}
@else
{{ no_results_found('Blog Not Found', 'Please search with other categories. There is many more blogs with different categories', 'frontend/assets/images/bg/no-search-icon.svg') }}
@endif