@extends('candidate.beta.layouts.master') @section('page-title'){{$page}}@endsection @section('breadcrumb') @include('candidate'.viewPrfx().'partials.blogs-search') @endsection @section('content')
@if(count($blogs) > 0)
@foreach($blogs as $blog)
{{timeAgoByTimeStamp($blog['created_at'])}}
@php $thumb = newsThumb(''); @endphp

{!! trimString($blog['description'], 200) !!}

{{$blog['category']}}
@endforeach
@else

{{__('message.no_results')}}

@endif
{!!$pagination!!}
@endsection