@extends('layouts.master') @section('content')
{{ $title }}
@if(isset($error) || session('error'))
{{ $error ?? session('error') }}
@endif @if(session('success'))
{{ session('success') }}
@endif
@csrf @method('PUT')
@error('code')
{{ $message }}
@enderror
@error('short_description')
{{ $message }}
@enderror
@error('long_description')
{{ $message }}
@enderror
@error('working_days')
{{ $message }}
@enderror
@error('status')
{{ $message }}
@enderror
Instructions
  • Fill in the form to update payroll information.
  • All fields marked with a * are required.
  • Click the 'Save' button to save the changes.
  • Click the 'Close' button to cancel the operation.
@endsection