@extends('dashboard.master.layouts.master') @section('content')

{{ $title }}

@include('dashboard.master.layouts.components.breadcrumbs')
Welcome {{ auth('master')->user()->name }}!

This is the master admin dashboard, from here you can control all the activities of the system.

@endsection