{{ strtoupper(substr($customer->name, 0, 1)) }}
Edit Customer: {{ $customer->name }}
Customer ID: {{ $customer->customer_code }}
@if($customer->customer_type == 'walk-in')
Walk-in Customer
@elseif($customer->customer_type == 'regular')
Regular Customer
@else
Business Customer
@endif
Please fix the following errors:
-
@foreach($errors->all() as $error)
- {{ $error }} @endforeach
Success
{{ session('success') }}