@extends('layouts.basePage', [ 'title' => _env('APP_NAME', 'aNetwork Gaming Community'), 'breadcrumbs' => [ [ 'title' => 'Home', 'href' => '/', ] ] ]) @section('content') @include('components/header')
@includeIf('components/contact-form')
@includeIf('components/footer') @endsection