@extends('front.layouts.app') @section('content')
@include('front.partials.breadcrumbs')
{!! $content !!}
@include('front.partials.about')
@endsection @push('top_head') {!! $breadcrumb_context !!} @endpush