@extends('app') @section('meta') @endsection @section('vendor-css') @endsection @section('javascript') @endsection @section('banner') {{-- Start Tour --}}

{{ $job->name }}

Equipment Guide

@endsection @section('content')

Click the Class Icons to add them to your crafting list!

« @foreach($equipment['head'] as $th) {!! $th !!} @endforeach @foreach($equipment['foot'] as $th) {!! $th !!} @endforeach @foreach($equipment['gear'] as $role => $levels) @foreach($levels as $level => $td) {!! $td !!} @endforeach @endforeach
»

Table Options

Page-Reloading Options

{!! Form::open(['url' => '/equipment', 'class' => 'form-horizontal']) !!} Only Craftable {!! Form::close() !!}
Remember, this tool is geared towards finding craftable equipment! If you're looking for information on how to gear your level {{ config('site.max_level') }}, please visit the FFXIV Gear Calculator!
@if($maxLevelWarning)
There are too many results for level {{ config('site.max_level') }} DOW/DOM classes. It was excluded on initial load. Feel free to hit that right arrow though.
@endif @endsection