@extends('app') @section('meta') @endsection @section('vendor-css') @endsection @section('javascript') @endsection @section('banner') @if($previous) @endif

Crafting Calculator

Display all the materials needed to craft one of each item between two levels.

In general this will not level you to your desired level. Visit the Leves page when you're done crafting!

@endsection @section('content') @if(isset($error) && $error)
The job you selected is unrecognized. Try again.
@endif {!! Form::open(['url' => '/crafting', 'class' => 'form-horizontal crafting-form', 'autocomplete' => 'off']) !!}
Level Range
Type
Start
End
Difficulty
Class
@foreach($job_list as $job) @php $this_job = $job->id == reset($crafting_job_ids); @endphp @endforeach
Options
Self Sufficient
Inclusions
{{-- Ignore airship pieces here, won't ever show --}} {{-- Airship Pieces --}} Dye Furniture & Housing Minions Miscellany Others Parts Prisms
{!! Form::close() !!} @endsection @section('modals') @endsection