@extends('front.layouts.app') @section('title', $department->title) @section('content')

{!! $department->title !!}

{!! $department->content !!}

{{ $department->title }} - usluge iz oblasti

@foreach($department->services as $service)

{{ $service->title }}

@endforeach
@if($department->knowledgeArticles->count())

{{ $department->title }} i
sve što niste znali

@foreach($department->knowledgeArticles as $article) @endforeach
@endif @endsection @section('scripts') @endsection