@extends('layouts.app') @section('title', 'Dashboard') @section('content') @include('layouts.partials.page_header', [ 'title' => 'Dashboard', 'showSocial' => false, 'breadcrumbs' => [ ['label' => 'Home', 'url' => route('home')], ['label' => 'Dashboard', 'url' => ''], ], ])
@endsection