@extends('layouts.app') @section('title', 'Dashboard - SICA') @section('page-icon') @endsection @section('page-title', 'Dashboard') @section('content')
Bienvenido, {{ Auth::user()->name }}.
@endsection @push('scripts') @endpush