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

{{$header}}


@foreach ($specializations as $specialization) @if($doctor->specializations->contains($specialization->id)) {{$specialization->name}}: @else {{$specialization->name}}: @endif @endforeach

@if($doctor->status == "Active") Aktywny: Nieaktywny: @else Aktywny: Nieaktywny: @endif
@endsection('content')