@extends("template") @section('title') @if (isset($title)) {{$title}} @endif @endsection('title') @section('content')
@if($errors->any())
@endif

{{$header}}


@foreach ($specializations as $item) {{$item->name}}: @endforeach
@endsection('content')