@extends('admin.layouts.form') @section('custom_page_style') @endsection @section('content')
First Name | Last Name | Class | State | ZIP | Dependant | SSN | LAST Digit | APT | Rate Type | Regular Rate | Benefit Rate | Option |
---|---|---|---|---|---|---|---|---|---|---|---|---|
{!! $employee->first_name !!} | {!! $employee->last_name !!} | {!! $employee->class !!} | {!! $employee->state !!} | {!! $employee->zip !!} | {!! $employee->dependant !!} | {!! $employee->ssn !!} | {!! $employee->last_four_digit !!} | {!! $employee->apt !!} | {!! $employee->rate_type !!} | {!! $employee->regular_rate !!} | {!! $employee->benefit_rate !!} | edit |