{{ $post->name }}
{!! $post->content !!}
@extends('layouts.web') @section('css') @endsection @section('content') @component('web.components.default.section', [ 'class' => 'specialty mb-3', ]) @include('web.components.layout.page_title', [ 'title' => $post->name, 'class' => 'mt-5', ]) @include('web.components.pages.team.menu')