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

Skyland Floor Detail



{!! Form::open(['action' => ['FloorController@update', $skyland_floor->skyland_floor_id], 'method' => 'PUT', 'enctype' => 'multipart/form-data', 'class' => 'form-horizontal']) !!} {!! Form::token() !!}
Skyland Floor ID
Skyland Floor Reward
{!! Form::close() !!}
@stop