@extends('adminlte::page') @section('title', 'HeroLegend') @section('content')
@if(Session::has('message'))
{{Session::get('message')}}
@endif

Skyland Challenge Detail



{!! Form::open(['action' => ['ChallengeController@update', $skyland_challenge->id], 'method' => 'PUT', 'enctype' => 'multipart/form-data', 'class' => 'form-horizontal']) !!} {!! Form::token() !!}
Challenge ID
Floor
Challenge Index
Defend Formation
Spell
{!! Form::close() !!}
@stop