{{ __('Edit Customer') }}

@if ($errors->any())
{{ __('There were some problems with your input.') }}
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PATCH')