@extends('layouts.dashboard') @section('content')

Dashboard

@if (Session::has('message'))
@endif

Welcome

@endsection