@error('form.name') {{ $message }} @enderror
@foreach($employee_employments as $employee_employment) @endforeach
Company Name Job Title Start Date End Date Last Salary Action
{{$employee_employment->name}} {{$employee_employment->title}} {{$employee_employment->start}} {{$employee_employment->end}} {{$employee_employment->salary}}