@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 }} Saznaj više @endforeach @if($department->knowledgeArticles->count()) {{ $department->title }} i sve što niste znali @foreach($department->knowledgeArticles as $article) {{ $article->title }} @endforeach @endif @endsection @section('scripts') @endsection