Edit Master League
{{-- Changed title to "Edit Master League" --}}
{{-- Form Action: Point to the update route and pass the $challenge->id --}}
{{-- Assuming $record is the variable holding the data of the master league being edited --}}
{{ Form::open(['role' => 'form','id'=>'MatchAddForm','route'=>[$modelName.'.edit_match_challenge',base64_encode(serialize($challenge->id))],'files' => true]) }}
{{-- This seems to be a fixed value, consider if it should be editable --}}