@extends('dashboard::layouts.master') @section('title', 'Dashboard') @section('content')

Hello World

This view is loaded from module: {!! config('dashboard.name') !!}

@endsection