@extends('layouts.themed-app') @section('title', 'Company Setup') @section('subtitle', 'Complete your company information to get started')

Tell us about your company

Please provide your official business details for compliance and verification.

@csrf
@error('name') {{ $message }} @enderror Your official business legal name
@error('mc_number') {{ $message }} @enderror Motor Carrier Number from FMCSA
@error('dot_number') {{ $message }} @enderror Department of Transportation Number
@error('address') {{ $message }} @enderror Your main business location
@error('phone') {{ $message }} @enderror Primary contact phone number

Pro Tip: You can update this information anytime in your company settings.

Back to Dashboard