@extends('layouts.users.app') @section('content')
Logo de la empresa

Welcome{{ auth()->user() ? ', ' . auth()->user()->name : '' }}!

We're glad to see you again. From here you can easily access all sections of the system.

© {{ date('Y') }} {{ config('app.name', 'ITG Group') }}. All rights reserved.
@endsection