@extends('layouts.app') @section('title', __('dashboard.Add New Sale')) @section('page_heading', __('dashboard.Add New Sale')) @php $saleBackRoute = auth()->user()?->hasSalesFocusModeEnabled() ? route('dashboard.sales-focus.index') : route('dashboard.sales.index'); @endphp @section('breadcrumb')