@extends('layouts.web') @section('head-js') @endsection @section('css') @endsection @section('content') @component('web.components.default.section', [ 'class' => 'specialty mb-3', ]) @include('web.components.layout.page_title', [ 'title' => $specialty->publication->title, 'class' => 'mt-5', ]) @include('web.components.pages.specialties.menu')