@extends('hr.hr-master') @section('title', 'Register Employee') @section('content')

Register Employee

@if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
@endsection @section('styles') @endsection