@php
// shorthand for existing or empty
$H = old('history', $diocese->history);
$V = old('vision', $diocese->vision);
$M = old('mission', $diocese->mission);
$O = old('objectives', $diocese->objectives);
$S = old('sponsors', $diocese->sponsors);
$C = old('contacts', $diocese->contacts);
@endphp
List existing departments. New ones will be created automatically.