@extends('front.layouts.app') @section('title', 'Oblasti i usluge') @section('content') Oblasti i usluge @foreach ($departments as $department) {{ $department->title }} Saznaj više @endforeach @endsection @push('scripts') @endpush