@extends('layouts.default') @push('title', get_phrase('Bootcamps')) @push('meta')@endpush @push('css')@endpush @section('content')

{{$article->topic_name}}

{!! $article->description !!}


{{get_phrase(' Share On :')}} @if (get_frontend_settings('twitter') != '') @endif @if (get_frontend_settings('linkedin') != '') @endif @if (get_frontend_settings('facebook') != '') @endif
@php $topicks = App\Models\Knowledge_base_topick::where('knowledge_base_id', $title->id)->orderBy('updated_at', 'desc')->get(); @endphp

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

@foreach($topicks as $topic)

{{ucwords($topic->topic_name)}}


@endforeach
>
@endsection @push('js')@endpush