@php $steps = [ ['label' => 'Business', 'icon' => 'bx bx-building-house', 'path' => 'business-overview'], ['label' => 'Owners', 'icon' => 'fas fa-users', 'path' => 'owners-info'], ['label' => 'Bank', 'icon' => 'bx bxs-bank', 'path' => 'bank-info'], ['label' => 'Pricing', 'icon' => 'bx bx-dollar-circle', 'path' => 'pricing'], ['label' => 'Products', 'icon' => 'fas fa-boxes', 'path' => 'products'], ['label' => 'Review', 'icon' => 'bx bx-news', 'path' => 'review'], ]; $lastPath = collect(request()->segments())->last(); $applicationNumber = request()->query('application_number'); $locations = isset($locations) && count($locations) ? $locations : []; @endphp @extends('front.layouts.merchant.app') @section('content')