@extends('layouts.app') @section('content')

{{ $doctor->name }}

@if($doctor->image) {{ $doctor->name }} @endif

Pozicija: {{ $doctor->position }}

@if($doctor->department)

Odeljenje: {{ $doctor->department->name }}

@endif
{!! $doctor->description !!}
@endsection