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

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

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