@extends('layouts.header') @section('title','Home') @section('content')
{{ __('Dashboard') }}
@if ( Session::has('flash_message') ) @endif {{ __('You are logged in!') }}
@endsection