ویرایش مشتری: {{ $customer->full_name }}

{{-- This is the block that was likely causing the error. --}} {{-- Ensure the @if has a matching @endif. --}} @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT')
انصراف