@extends('panel.layouts.app') @section('page-title') {{ LaraCore::setting('html_prefix') }} {{ (LaraCore::setting('html_prefix') != '') ? '|' : '' }} Employees @stop @section('content')
@include('common.success')

Employees

@if(LaraCore::canOrNot('delete_employee')) {{-- --}} @endif @if(LaraCore::canOrNot('add_employee')) @endif
@if(LaraCore::canOrNot('delete_employee')) {{-- {{Form::checkbox('select_all','',false,['class'=>' minimal checkAll'])}} --}} {{-- --}} @endif Name Email Phone Address Joining Date Actions
@include('common.modal.delete_confirm_modal',[ 'entity' => 'employee' ])
@stop @section('custom-scripts') @stop