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

Gear Calculator

Display the gear available for a class at a certain level.

@endsection @section('content') {!! Form::open(['url' => '#', 'method' => 'get', 'id' => 'gear-form', 'class' => 'form-horizontal', 'data-source-url' => '/gear/profile/JOB/LEVEL?options=']) !!}
Select your Class
@foreach($crafting_job_list as $job) @endforeach
@foreach($gathering_job_list as $job) @endforeach
@foreach($advanced_melee_job_list as $job) @endforeach
@foreach($advanced_magic_job_list as $job) @endforeach
Options
- Include High Quality craftables
- Only show craftable items
- Also include rewardable items
{!! Form::close() !!} @endsection