@extends('Modules.Employee_Payroll.layouts.main') @section('main-content')
View Employees
@foreach($employee as $emp) @endforeach
# Name Father Name Salary Hire Date Phone No: Designation Education Exp Edit/Delete
{{$i}} {{$emp->name}} {{$emp->father_name}} {{$emp->salary}} 1st-Jan-1970 {{$emp->phone_no}} {{$emp->designation}} {{$emp->education}} {{$emp->experience}} Edit
@endsection