@extends('layouts.app') @section('title', 'Company profile') @section('content') @php $tab = request('tab', 'identity'); $tabs = [ 'identity' => 'Company details', 'contact' => 'Contact & location', 'branding' => 'Logo & branding', 'financial' => 'Financial defaults', 'documents' => 'Invoices & numbering', 'integrations' => 'SMS & maps', ]; $input = 'w-full rounded-lg border-slate-300 text-sm shadow-sm focus:border-slate-400 focus:ring-2 focus:ring-slate-200'; $label = 'mb-1 block text-sm font-medium text-slate-700'; $help = 'mt-1 text-xs text-slate-500'; @endphp
Finish setting up your company
Still to fill: {{ implode(', ', $missing) }}. Invoices, SMS and delivery routes use these details.