@extends('layouts.app') @section('title', 'Create Category') @section('content')

edit challenge

@csrf
{{ $challenge->name }}
@endsection