@extends('layouts.main') @section('main-container')
@if (Session::has('success')) @endif @if($errors->any()) @endif
Employee
Add New Employee

@php $count = 1; @endphp @foreach ($mas_employees as $mas_employee) @endforeach @foreach ($edit_mas_employees as $edit_mas_employee) @endforeach
Sl Employee Name Date of Joining Department Designation Mobile Email Status Action
{{ $count++ }} {{ $mas_employee->emp_name }} {{ $mas_employee->date_of_joining }} {{ $mas_employee->department }} {{ $mas_employee->designation }} {{ $mas_employee->mobile }} {{ $mas_employee->email }} {{ $mas_employee->statusname }}
@push('select2') @endpush @endsection