@extends('admin.layouts.app') @section('title', 'Edit Profesi & Pekerjaan') @section('page-title', 'EDIT PROFESI & PEKERJAAN') @section('content')
Ubah Profesi/Pekerjaan
@csrf @method('PUT')
@error('nama')
{{ $message }}
@enderror
Kembali
@endsection