{{-- resources/views/hr/employees/partials/salary_increament_modal.blade.php --}} @php /** @var \App\Models\Employeement $employee */ /** @var \Illuminate\Support\Collection<\App\Models\Designation> $designations */ // If editing an existing increament record, pass $increament; otherwise leave null for create mode $isEdit = isset($increament) && $increament; @endphp