@extends('employee.layouts.app') @section('title', 'Edit Weight | Career Development and Consultation (CDC)') @section('navigation')

Weight Edit Weight

@endsection @section('content')
@csrf @method('PUT')
@error('weight')
{{ $message }}
@enderror
Kembali
@endsection