@extends('master') @section('head') {{config('app.name')}} | Dashboard @endsection @section('content') @include('dashboard.partials._header')
@endsection