@foreach($timelines as $timeline) @endforeach
Avatar Id Username Name About Type Created At Action
{!! $timeline->avatar_id !!} {!! $timeline->username !!} {!! $timeline->name !!} {!! $timeline->about !!} {!! $timeline->type !!} {!! $timeline->created_at !!} {!! Form::open(['route' => ['timelines.destroy', $timeline->id], 'method' => 'delete']) !!}
{!! Form::button('', ['type' => 'submit', 'class' => 'btn btn-danger btn-xs', 'onclick' => "return confirm('Are you sure?')"]) !!}
{!! Form::close() !!}