@extends('layouts.app') @section('content')

Employees

Add New

@include('flash::message')
@include('employees.table')
@endsection