@extends('layouts.app') @section('title', trans('main.Dashboard')) @section('content')

{{ trans('main.welcome_dashboard') }}

{{ trans('main.hello_logged_in', ['name' => Auth::user()->name]) }}

@endsection