@extends('adminlte::page') @section('title', 'Dashboard') @section('content_header')

Dashboard

@stop @section('content')
@include('alerts.errors') @include('alerts.success')

Panel de control

@stop