@extends('layouts.admin') @section('title', 'Edit Wage Type') @section('page_title', 'Edit Wage Type') @section('content')

Edit Wage Type

Update the wage type record for "{{ $wageType->name }}".

Back to List
@csrf @method('PUT')
@error('name')

{{ $message }}

@enderror
@endsection