@if (session()->has('newcustomer'))
{{ session()->get('newcustomer') }}
خطا
@endif
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach