@extends('layouts.dashboard-layout') @section('title', 'Dashboard') @section('content_header')

Dashboard

@stop @section('content')
Estadisticas
@stop @section('css') {{-- --}} @stop @section('js') {{-- --}} @stop