@extends('user.layout.mainlayout') @section('userContent')
User Dashboard
@if (session('status')) @endif You are logged in as an user!
@endsection