{{-- Back Button to Profile Page --}}

  Update Team

{{-- Image Field --}}

This will be displayed on the Team's page. If no custom thumbnail, the user's profile picture will be displayed.

@error('thumbnail')

{{ $message }}

@enderror
@error('title')

{{ $message }}

@enderror
{{--
@error('description')

{{ $message }}

@enderror

Write a few sentences about this page. Max character 2000. ()

--}}
@error('description')

{{ $message }}

@enderror

Write a few sentences about this team. Max character 1000. ()

@if ($members)
{{-- @if ($members->count() < 10) --}}

Add New Team Member

Search member and add them to the team

{{-- @endif --}} @if ($members->count() > 1)

Drag the element to rearrange.

@endif @if ($members->count() > 0) @endif
@endif