@section('css') @include('layouts.css') @show
@section('header') @include('layouts.header') @show

Welcome {{ Auth::user()->username}}

@section('footer') @include('layouts.footer') @show
@section('js') @include('layouts.js') @show