@extends('layouts.default') @section('title', trans('general.title.new', ['type' => trans_choice('general.setuppayrole', 1)])) @section('content')
Consultant Name | Vendor Name | Payrate Regular | Regular Hours | Salary Amount | Payrate OT | OT Hours | Misc Amount | Final Amount | Reimbursement Amount |
---|---|---|---|---|---|---|---|---|---|
{{ $customer->name }} | {{ Form::textGroup1('payrate_reg', ' ') }} | {{ Form::textGroup1('regular_hours', ' ') }} | {{ Form::textGroup1('salary_amount', ' ') }} | {{ Form::textGroup1('payrate_ot', ' ') }} | {{ Form::textGroup1('ot_hours', ' ') }} | {{ Form::textGroup1('misc_amount', ' ') }} | {{ Form::textGroup1('final_amount', ' ') }} | {{ Form::textGroup1('rei_amount', ' ') }} |