@extends('backend.layouts.app') @section('title', 'Dashboard') @section('content')
@include('backend.layouts.content-header', ['page' => 'Dashboard'])
Dashboard
@endsection