@extends('app') @section('banner')

Gathering Map

@if(isset($map_title))

{{ $map_title }}

@endif @endsection @section('javascript') @endsection @section('content')
@foreach ($map as $area_slug => $section)
{{ $section[ @foreach ($section['regions'] as $region_slug => $data)
{{ $data[
{{ $data['name'] }}
@endforeach
@foreach ($section['regions'] as $region_slug => $data) @foreach ($ids as $map_id) @if (isset($map_data[$map_id])) @if (isset($map_data[$map_id]['clusters'])) @foreach ($map_data[$map_id]['clusters'] as $cid => $cluster) @endforeach @endif @if (isset($map_data[$map_id]['vendors'])) @foreach ($map_data[$map_id]['vendors'] as $vid => $vendor) @endforeach @endif @if (isset($map_data[$map_id]['beasts'])) @foreach ($map_data[$map_id]['beasts'] as $bid => $beast) @endforeach @endif @endif @endforeach @endforeach
    @foreach ($items as $item)
  • {{-- {!! Form::checkbox('', '', true) !!} --}} x {{ $item_list[$item->id] }} {{ $item->name->term }}
      @foreach ($section['regions'] as $region_slug => $data)
    • {{-- {!! Form::checkbox('', '', true) !!} --}} {{ $data['name'] }}
        @foreach ($ids as $map_id) @if (isset($map_data[$map_id])) @if (isset($map_data[$map_id]['clusters']))
      • {{-- {!! Form::checkbox('', '', true) !!} --}} Gathering
          @foreach ($map_data[$map_id]['clusters'] as $cid => $cluster) @if(in_array($item->id, array_keys($cluster['items'])))
        • {!! Form::checkbox('', '', true) !!} {{ $cluster['classjob_abbr'] }}, Level {{ $cluster['level'] }}
        • @endif @endforeach
      • @endif @if (isset($map_data[$map_id]['vendors']))
      • {{-- {!! Form::checkbox('', '', true) !!} --}} Vendors
          @foreach ($map_data[$map_id]['vendors'] as $vid => $vendor) @if(in_array($item->id, array_keys($vendor['items'])))
        • {!! Form::checkbox('', '', true) !!} {{ $vendor['name'] }}
        • @endif @endforeach
      • @endif @if (isset($map_data[$map_id]['beasts']))
      • {{-- {!! Form::checkbox('', '', true) !!} --}} Beasts
          @foreach ($map_data[$map_id]['beasts'] as $bid => $beast) @if(in_array($item->id, array_keys($beast['items'])))
        • {!! Form::checkbox('', '', true) !!} {{ $beast['name'] }}
        • @endif @endforeach
      • @endif @endif @endforeach
    • @endforeach
  • @endforeach
@endforeach
@endsection @section('modals') @endsection