Set Employee Salary
Updating the salary will be recorded as a revision. Latest salary data is pre-filled below.
@if(session('success'))
{{ session('success') }}
@endif
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif