@extends('layouts.sash') @section('title', 'Walk-In Details') @section('content')
Token
{{ $walkIn->token_no }}
{{ $walkIn->customer?->display_name ?? $walkIn->customer_name ?? 'Walk-in' }} @if($walkIn->mobile) {{ $walkIn->mobile }} @endif
Branch
{{ $walkIn->branch?->name ?? '—' }}
{{ ucfirst(str_replace('_', ' ', $walkIn->status)) }}
Link this walk-in to an existing customer before converting.
@else @endif