{!! $vessel_running_sheet['id'] !!}
{!! $vessel_running_sheet['float_plan_id'] !!}
{!! $vessel_running_sheet['date_time'] !!}
{!! $vessel_running_sheet['event_entry'] !!}
{!! $vessel_running_sheet['comment'] !!}
{!! $vessel_running_sheet['user_id'] !!}
{!! $vessel_running_sheet['user_type'] !!}
{!! $vessel_running_sheet['created_at'] !!}
{!! $vessel_running_sheet['updated_at'] !!}
{!! $vessel_running_sheet['deleted_at'] !!}
{!! Form::numeric('float_plan_id')
-> label(trans('logbook::vessel_running_sheet.label.float_plan_id'))
-> placeholder(trans('logbook::vessel_running_sheet.placeholder.float_plan_id'))!!}
{!! Form::text('event_entry')
-> label(trans('logbook::vessel_running_sheet.label.event_entry'))
-> placeholder(trans('logbook::vessel_running_sheet.placeholder.event_entry'))!!}
{!! Form::text('comment')
-> label(trans('logbook::vessel_running_sheet.label.comment'))
-> placeholder(trans('logbook::vessel_running_sheet.placeholder.comment'))!!}