Create New Customer

@csrf @if ($errors->any())
Validation Error!
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif {{-- Service Name --}}
{{--
1. Personal Information
--}}
{{-- Submit --}}