@extends('layouts.appv2') @section('content') {{-- table index start --}}
@if ($message = Session::get('success')) @endif @if ($message = Session::get('error')) @endif @if ($errors->any()) @endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif {{-- --------------------------------------------------------------------------- --}}
@csrf

Add Employee


Employment Information

{{-------------------- --}}

Login Information

@error('password') {{ $message }} @enderror

Attendance Information

{{-- table index end --}} @endsection