@extends('layouts.core')
@section('contentWrapper')
@endsection
@section('meta')
@include('layouts.shared.meta', ['title' => $title])
@endsection
@section('head-css')
@include('layouts.shared.head-css')
@include('layouts.shared.whitelabel-css')
@endsection
{{-- @if (!isset($sidebar))
@section('sidebar')
@include('layouts.shared.customer-sidebar')
@endsection
@endif --}}
{{-- @if (!isset($header))
@section('header')
@include('layouts.shared.customer-header')
@endsection
@endif --}}
@section('content')
@yield('content')
@endsection
@section('footer')
@include('layouts.shared.footer')
@endsection
@section('scripts')
@include('layouts.shared.footer-script')
@endsection