@extends('adminlte::page') @section('title', 'Inicio') @section('content')
@if (auth()->user()->hasRole('Administrador'))
@else
@endif
@stop @section('css')
@stop @section('js') @stop