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

Administrador Contenidos Kiosco

@stop @section('content') @if (session('mensaje'))
{{session('mensaje')}}
@endif
@csrf
@stop @section('css') {{-- Add here extra stylesheets --}} {{-- --}} @stop