@extends('layouts.layout') @section('title', 'Dashboard') @section('content')

Dashboard

@can('Notificar')
@endcan @include('layouts.scripts') @endsection