@extends('templates.backend') @section('page-title', isset($page_title) ? $page_title : 'Dashboard') @section('content')
Welcome to the {{ Setting::get('site-title') }} dashboard!