@extends('layouts.app') @section('title', __('app.edit_organization')) @section('content')

{{ __('app.edit_organization') }}

@csrf @method('PUT')
@include('partials.custom_fields')
{{ __('app.cancel') }}
@endsection