File: D:/HostingSpaces/SBogers10/finsteps.komma.pro/resources/views/site/master.blade.php
@extends('site.base')
@section('base-content')
{{-- @if(!empty(config('site.company_phone_display')))--}}
{{-- @include('site.organisms.topBar')--}}
{{-- @endif--}}
@include('site.organisms.header', ['headerLogo' => $logoOnLight])
@include('site.organisms.header', ['isSticky' => true])
@include('site.organisms.overlayMenu')
<main class="o-body" id="main" role="main">
@yield('content')
</main>
@include('site.organisms.footer')
@endsection