@extends('layouts.app') @section('title', 'Edit Customer') @section('content')

Edit Customer: {{ $customer->display_name ?: $customer->name }}

Cancel
@csrf @method('PUT')
customer_type == 'Business' ? 'checked' : '' }}>
customer_type == 'Individual' ? 'checked' : '' }}>
@error('display_name')
{{ $message }}
@enderror
@error('email')
{{ $message }}
@enderror
+91
+91
INR
enable_portal ? 'checked' : '' }}>

You can upload a maximum of 10 files, 10MB each

Billing Address
+91
Shipping Address
+91
@forelse($customer->contacts as $index => $contact) @empty @endforelse
SALUTATION FIRST NAME LAST NAME EMAIL ADDRESS WORK PHONE MOBILE
+91
+91
+91
+91
@endsection