@extends('layouts.app') @section('content')
{{ __('site.projects_subtitle') }} @auth

{{ __('site.welcome_hello', ['name' => Auth::user()->nom_prenom]) }}

@else

{{ __('site.welcome_hello', ['name' => '']) }}

@endauth

{{ __('site.projects_overview') }}

@endsection