{!! Form::numeric('timesheet_id')
-> label(trans('timesheet::working.label.timesheet_id'))
-> placeholder(trans('timesheet::working.placeholder.timesheet_id'))!!}
{!! Form::inline_radios('type')
-> radios(trans('timesheet::working.options.type'))
-> label(trans('timesheet::working.label.type'))!!}
{!! Form::decimal('client_cost')
-> label(trans('timesheet::working.label.client_cost'))
-> placeholder(trans('timesheet::working.placeholder.client_cost'))!!}
{!! Form::decimal('staff_cost')
-> label(trans('timesheet::working.label.staff_cost'))
-> placeholder(trans('timesheet::working.placeholder.staff_cost'))!!}
{!! Form::numeric('hours')
-> label(trans('timesheet::working.label.hours'))
-> placeholder(trans('timesheet::working.placeholder.hours'))!!}