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 --}}
{{ $errors->first('entryfee') }}
{{ $errors->first('minimum_user') }}
{{ $errors->first('maximum_user') }}
{{ $errors->first('plt_price') }}
{{ $errors->first('win_amount') }}