@extends('template.master') @section('content')
{{ __('Dashboard') }}
@if (session('status')) @endif {{ Auth::user()->name }} {{ __('You are logged in!') }}
@endsection