@extends('candidate.layouts.master') @section('page-title'){{$page}}@endsection @section('content')

{{ __('message.blog_posts') }} > {{ $blog['title'] }}

@if($blog['title'])

{{ trimString($blog['title'], 50) }}

{!! $blog['description'] !!}
@else

{{ __('message.no_post_found') }}!

@endif
@include('candidate.partials.blog-sidebar')
@endsection