@extends('layouts.app') @section('title') Home @endsection @section('content')
{{ __('Dashboard') }}
{{ __('You are logged aaain!') }}
@endsection