@extends('layout') @section('content') @include('landing')
{{ __('Dashboard') }}
@if (session('success'))
{{ session('success') }}
@endif You are Logged In
@endsection