@extends('layouts.niftynosidebar') @section('content') Employee 201 Files List of Employees List of Employees A table list of all Employees. Advance Search Action Image Emp No Last Name First Name Middle Name Suffix Gender Civil Status Advance Search Employee No Employment ID Name Gender Select Gender Male Female Civil Status Select Civil Status Single Married Widow Position Select Position @foreach($positions as $positions) {{ $positions->posidesc }} @endforeach Division Select Division @foreach($divisions as $divisions) {{ $divisions->division }} @endforeach Department Select Department @foreach($departments as $departments) {{ $departments->department }} @endforeach Branch Select Branch @foreach($branches as $branches) {{ $branches->branch }} @endforeach Emp Status Select Employment Status @foreach($empstatuses as $empstatuses) {{ $empstatuses->empstatus }} @endforeach Status Active Inactive Search Reset @include('partials.footer') @endsection
A table list of all Employees.