@extends('layouts.app') @section('content')

Challenge List

@foreach ($list as $challenge)
@endforeach
@endsection