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