@extends('layouts.master') @section('title', 'Employment Track') @section('style') @endsection @section('script') @endsection @section('content') @include('layouts.header') @include('layouts.title')
@yield('title')


@foreach($employment as $key=>$employments) @endforeach
No. Employment Track Contract No. Period Unit Status Manage
{{ ++$key }} {{$employments->employment_name}} {{$employments->employment_no}} {{$employments->employment_period}} {{findUnitNameById($employments->employment_unit)}} {{$employments->employment_status}}
@include('layouts.footer') @endsection