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

Employee Registration

@if(isShowContent('employee.list')) Employee List @endif
@csrf
@include('partials.permission',['moduleSubmoduleAssoc'=>$moduleSubmoduleAssoc])
@if(isShowContent('insert.employee')) @endif
@endsection @push('script') @endpush