{{ __('Ride Platform') }}
@csrf
{{ __('Section Information') }}
{{ __('Thumbnail') }}
@if ($section->platforms->count() > 0)
{{ __('Platforms') }}
@foreach ($section->platforms as $platform)
{{ $platform->name }}
{{ __('Icon') }}
@if ($platform->features->count() > 0)
{{ __('Features') }}
@foreach ($platform->features as $feature)
@endforeach
@endif
@endforeach
@endif
{{ __('Update Platform') }}