@extends('templates.application.master') {{-- ### Attributes for Layout are added here ### --}} {{--Possibilities: 'fix-header' 'fix-sidebar' 'boxed' 'logo-center' 'single-column' --}} {{--You can make combinations with them--}} @section('body-classes','') @section('template-css') @endsection @section('template-custom-js') @endsection @section('layout-content') @include('templates.application.includes.topbar') @include('templates.material.navbarleft') {{--@include('templates.material.left-sidebar')--}}