@extends('layouts.inventory-auth') @section('title', 'Set up your business') @section('content')

Welcome to Tenseal Inventory, {{ explode(' ', $name)[0] }} 👋

You're signed in with {{ $email }}. Just one more step — tell us about your business and we'll spin up your inventory dashboard.

@if (session('error'))
{{ session('error') }}
@endif
@csrf
@error('business_name')
{{ $message }}
@enderror
@error('business_phone')
{{ $message }}
@enderror

You can update these details later from your business settings.

@endsection