@extends('candidate.beta.layouts.master') @section('page-title'){{$page}}@endsection @section('breadcrumb') @include('candidate'.viewPrfx().'partials.blogs-search') @endsection @section('content')

{{$blog['title']}}

@if($image)
@endif
{{timeAgoByTimeStamp($blog['created_at'])}}
{{__('message.in')}} {{$blog['category']}}
{!!$blog['description']!!}
@endsection