@extends('layouts.app') @section('content')
{{ __('Dashboard') }}
@Auth @if (session('status')) @endif {{ __('Welcome, ') }} {{Auth::user()->name}} @else {{ __('You should log in!') }} @endauth
@endsection