@extends('layouts.app') @section('title', 'Edit Level') @section('content')

Edit Level

@csrf
@foreach ($level->points as $item)
x
@endforeach {{ $level->name }}
@foreach ($level->points as $item)
x
@endforeach {{ $level->name }}
@php $i = 1; @endphp @foreach ($level->points as $item)
@csrf
@php $i = $item->id + 1; @endphp @endforeach
@endsection @push('js') @endpush @push('css') @endpush