@extends('adminlte::page') @section('title', 'HeroLegend') @section('content')
{{Session::get('message')}}
| ID | Current Wave | Current Member ID | Name | Description | Status | Actions | |
|---|---|---|---|---|---|---|---|
| {{$mission->id}} | @if(isset($mission->current_wave_id)){{$mission->Wave->name}} | @else@endif | {{$mission->current_member_id}} | {{$mission->name}} | {{$mission->description}} | {{$mission->status}} | Waves {!! Form::open(['action' => ['GuildRaidMissionController@destroy', $GuildRaidID,$ChapterID,$mission->id], 'method' => 'DELETE', 'data-confirm-message' => trans('labels.confirm_delete'), 'class' => 'inline', ]) !!} {{ Form::button('', ['type' => 'submit', 'class' => 'btn btn-danger', 'onClick' => 'return window.confirm("Are you sure?")']) }} {!! Form::close() !!} |