@extends('layouts/frontend') @section('content') @include('components.frontend.section-header', [ 'title' => 'Kapcsolat', 'bg_img' => '/images/contact/header-bg.jpg', ]) @include('components.frontend.section-contact') @endsection