@extends('layouts.app') @section('title', $title ?? __('pages.contact_title')) @section('content') @include('sections.contact.hero') @include('sections.contact.contact-section') @include('sections.contact.map') @include('sections.contact.hiring-section') @endsection