= $this->extend('templates/adminlte/generalcontent') ?> = $this->section('title') ?>New User from List= $this->endSection() ?> = $this->section('css') ?> = $this->endSection() ?> = $this->section('bodyclass') ?>sidebar-mini= $this->endSection() ?> = $this->section('containertitle') ?>New User from Employee List= $this->endSection() ?> = $this->section('breadcrumbs') ?>
Employee ID | Employee Name | Action |
---|---|---|
= $employee->company_issued_id ?> | = $employee->last_name.", ".$employee->first_name ?> |
getProvider()->where('employee_id', $employee->company_issued_id)->first();
if($searchedEmp == null):
?>
Create System Account
Account Created Already |