@extends('layouts.app') @section('title', 'Edit Organization') @section('content')
@csrf @method('PUT')
@error('name'){{ $message }}@enderror
Cancel

⚠️ Danger Zone

Delete this organization. This cannot be undone.

@csrf @method('DELETE')
@endsection