@section('title', __('Customer Detail') . '-' . $customer?->name) @section('breadcrumb')

{{ __('Customer Detail') }} : {{ $customer?->name }}

@endsection
@livewire('customers.details', ['customer' => $customer])