@extends('dashboard.body.main') @section('specificpagestyles') @endsection @section('container')
{{-- Alert: Validation Errors --}} @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

Pay Single Employee

@csrf
{{-- Employee Selection --}}
@error('employee_id')
{{ $message }}
@enderror
{{-- Month Selection --}}
@error('month')
{{ $message }}
@enderror
{{-- Year Selection --}}
@error('year')
{{ $message }}
@enderror
{{-- Date Selection --}}
@error('date')
{{ $message }}
@enderror
Cancel
@endsection