@extends('layouts.app') @section('content')
{{ __('Dashboard') }}
@include('components.status-alert') {{ __('You are logged in!') }}
@endsection