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

Quest Manager ( Member: {{$member->member_name}} [ ID: {{$member->member_id}} ])



{{ csrf_field() }}
@foreach($quests as $value) @endforeach
Quest ID Remove
@stop @push('js') @endpush