@extends('layouts.nifty') @section('content') Table Maintenance List of Positions List of Positions A table list of all Positions. Add New Positions Advance Search Action Position Code Position Job Grade Level New Position Complete the form below to Add New Position Position Code Position Job Grade Select Job Grade @foreach($jobgrades as $jobgrade2) {{ $jobgrade2->jobgradedesc}} @endforeach Position Level Select Level @for ($i = 0; $i < 10; $i++) {{ $i }} @endfor Edit Position Complete the form below to Update Position Position Code Position Job Grade Select Job Grade @foreach($jobgrades as $jobgrade2) {{ $jobgrade2->jobgradedesc}} @endforeach Position Level Select Level @for ($i = 0; $i < 10; $i++) {{ $i }} @endfor Advance Search Position Code Position Select Job Grade @foreach($jobgrades as $jobgrade2) {{ $jobgrade2->jobgradedesc}} @endforeach Jobgrade Select Level @for ($i = 0; $i < 10; $i++) {{ $i }} @endfor Level Search Reset @include('partials.footer') @endsection
A table list of all Positions.