@extends('frontend.layouts.seo_master') @section('seo') {{ucfirst(@$singleBlog->title)}} | {{ucwords(@$setting_data->website_name ?? 'Careerlink')}} @endsection @section('content')
@include('frontend.pages.blogs.sidebar')

{{ ucwords(@$singleBlog->title) }}

{!! $singleBlog->description !!}
@endsection @section('js') @endsection