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

{{ $title }}

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

This is the admin dashboard, from here you can manage all administrative tasks.

@endsection