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

Add New Wage Type

Create a new wage type record.

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

{{ $message }}

@enderror
@endsection