@extends('layouts.master') @section('content')
{{ $title }}
@if(isset($error) || session('error'))
{{ $error ?? session('error') }}
@endif
@csrf
@error('code')
{{ $message }}
@enderror
@error('short_description')
{{ $message }}
@enderror
@error('long_description')
{{ $message }}
@enderror
@error('status')
{{ $message }}
@enderror
Instructions
  • Fill in the form to create a new payroll.
  • All fields marked with a * are required.
  • Make sure to select the appropriate options from the dropdown menus.
  • Click the 'Submit' button to save the payroll.
  • If you want to cancel the operation, click the 'Close' button.
@endsection