@extends('layouts.layout-horizontal') @section('title', 'Customer Created') @section('content')

Customer "{{ $customer->name }}" created successfully!

The party dropdown on your previous page has been updated automatically.

You can close this tab now.

@endsection @push('scripts') @endpush