@extends('dashboard.body.main') @section('specificpagestyles') @endsection @section('container')

Pay Salary

@csrf
{{-- Section: Employee Information --}}
{{-- Section: Salary Month Selection --}}
@error('month')
{{ $message }}
@enderror
@error('year')
{{ $message }}
@enderror
{{-- Section: Payment Date --}}
@error('date')
{{ $message }}
@enderror
{{-- Section: Form Actions --}}
Cancel
{{-- Script: Datepicker Initialization --}} @endsection