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

Add New Occupation

@csrf
@error('name')

{{ $message }}

@enderror
Cancel
@endsection