@extends('admin.layouts.app') @section('title', 'Edit Occupation') @section('content')
Back to List

Edit Occupation

@csrf @method('PUT')
@error('name')

{{ $message }}

@enderror
@endsection