@extends('layouts.master') @section('master-content')

Thank you for wanting to help out! To expand our database, we are looking for volunteers to enter more verbs.

@if(!Auth::check()) Login Sign up @endif

Here's how it works:

@if(Auth::check())
@include('suggestions')
@include('suggest')
@include('add_root')
@endif @endsection