@extends('superAdmin.layouts.auth') @section('title') {{ env('APP_NAME') }} | Employees @endsection @section('styles') @endsection @section('content')

Employees

Add New Employee
@if ($errors->any())
@endif
Username Location Total achieved point active/ deactivate id
@endsection @section('scripts') @endsection