Undefined variable: statuses (View: /Users/domlanza/code/kermode/resources/views/timeline/index.blade.php)
Undefined variable: statuses (View: /Users/domlanza/code/kermode/resources/views/timeline/index.blade.php) I am getting this message and going a little crazy. Here is my code please just try to point me in the right direction it would be greatly appreciated. timeline.index.blade.php @extends('layouts.app') @section('content') <div class="row"> <div class="col-lg-6"> <form role="form" action="{{ route('status.post') }}" method="post"> <div class="form-group {{ $errors->has('status') ? ' has-error' : ''}}"> <textarea placeholder="What's up {{Auth::user()->getFirstNameOrUsername() }} ?" name="status" class="form-control" rows="2"></textarea> @if ($errors->has('status')) <span class="help-b...