@extends('layouts/billing_layout') @section('title', '| Employee') @section('content') @include('successMsg')

Employee LIST

{{ csrf_field() }}
SL# Name Employee Id Branch Department Designation Status Action
@include('dataTableScript') @endsection