Jobs Data Editor

@if(session('success'))
{{ session('success') }}
@endif
@csrf

General Information

@foreach($data as $key => $value) @if($key !== 'jobs' && is_string($value))
@endif @endforeach

Jobs

Drag and drop to reorder (manual reorder: change the order of the fields below)

@foreach($data['jobs'] as $index => $job)

Job #{{ $index + 1 }}

Tasks: @foreach($job['tasks'] as $taskIndex => $task)
@endforeach
@endforeach