@extends('app') @section('vendor-css') @endsection @section('javascript') @endsection @section('banner')

Hunting Log

@endsection @section('content')
Configure Hunting Log Ranks
@foreach (['ACN', 'ARC', 'CNJ', 'GLA', 'LNC', 'MRD', 'PGL', 'ROG', 'THM'] as $class)
@endforeach @foreach ($companies as $icon => $name)
@endforeach
@foreach ($huntingData as $section => $areas) {{--

{{ $section }}

--}} @foreach ($areas as $area => $data) @endforeach @endforeach

Thanks to the FFXIV Wiki for the data and images!

@endsection