@extends('layouts.app') @section('htmlheader_title') Home @endsection @section('main-content')
Inicio
Bienvenido {{ Auth::user()->name }} al Servicio Web de Haciendas de Yucatán
@endsection