@php /** * $step: current step (int) * $company, $fleet, $drivers, $loads: old input or empty arrays */ @endphp @extends('layouts.themed-app') @section('content')
Company
Subscription
Fleet
Drivers
Loads
@if ($errors->any())
@foreach ($errors->all() as $error)

{{ $error }}

@endforeach
@endif
@csrf @if ($step === 1)

Company Information

@elseif ($step === 3)

Fleet (Trucks) — optional

@elseif ($step === 4)

Drivers

@elseif ($step === 5)

You're almost done!

Your company and fleet are set up. You can add loads from the Loads section on your dashboard after setup — loads require full details like truck assignment, broker, pickup/delivery info, and rates.

  • Track loads with full financial details
  • Assign drivers and trucks per load
  • Monitor gross rate, fuel cost, and net profit
Payment details are required to complete setup. Click Finish to add your card and choose whether to save it for automatic renewal.
@endif
@if ($step > 1) @endif @if ($step < 5) @else @endif
@push('scripts') @endpush @endsection