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