@extends('layouts.master') @section('title', 'Employment Track') @section('style') @endsection @section('script') @endsection @section('content') @include('layouts.header') @include('layouts.title') @yield('title') Add @yield('title') No. Employment Track Contract No. Period Unit Status Manage @foreach($employment as $key=>$employments) {{ ++$key }} {{$employments->employment_name}} {{$employments->employment_no}} {{$employments->employment_period}} {{findUnitNameById($employments->employment_unit)}} {{$employments->employment_status}} @endforeach @include('layouts.footer') @endsection