Hey {{$username}}, how is it going? it's your home page



{!! Form::open(array('action' => 'BillController@create')) !!} {{ Form::hidden('username', $username) }}

{{ Form::button('create', array('class' => 'createsection', 'type' => 'submit')) }}

{!! Form::close() !!} {!! Form::open(array('action' => 'BillController@manage')) !!} {{ Form::hidden('username', $username) }}

{{ Form::button('mange', array('class' => 'managesection', 'type' => 'submit')) }}

{!! Form::close() !!} {!! Form::open(array('action' => 'BillController@view')) !!} {{ Form::hidden('username', $username) }}

{{ Form::button('view', array('class' => 'viewsection', 'type' => 'submit')) }}

{!! Form::close() !!}