{{ __('Edit group') }}

{{ __('Update the group name, description and cover image. Changes are visible immediately. Use "View group" to return to the group page.') }}
@csrf @method('PATCH') {{-- Cover image --}}

{{ __('Recommended: 1280 × 480 px. Max 10 MB.') }}

@if ($group->cover_image)
@else @endif
{{-- Name --}}
{{-- Description --}}
{{-- Private toggle --}}
is_private) ? 'checked' : '' }} class="h-4 w-4 rounded border-gray-300 text-indigo-600 focus:ring-indigo-500">
@push('bottom-bar-buttons') {{ __('Cancel') }} {{ __('View group') }} @endpush