@extends('templates.base', [ 'title' => 'Dashboard' ])
@set('current_page', preg_replace([ '/^.*\//', '/\/.*/' ], [ '', '' ], Request::url()))
@section('page-includes')
@endsection
@section('page-top')
@include('dashboard.sections.nav')
@endsection
@section('page-bottom')
@include('dashboard.sections.footer')
@endsection