@extends('companyAdmin.layouts.auth') @section('title') {{ env('APP_NAME') }} | Employee List @endsection @section('styles') @endsection @section('content')

Employees

Add New Employee
@if ($errors->any())
@endif
Points User Name Location Messages Id
@endsection @section('scripts') @endsection