@extends('layouts.app') @section('content')

{{ __('Dashboard') }}

{{ __('You are logged in!') }}

@endsection