@extends('layouts.admin') @php($editing = $customer->exists) @section('title',$editing ? 'Edit customer' : 'Create customer') @section('heading',$editing ? 'Edit customer' : 'Create customer') @section('content')

{{ $editing ? 'Update verified profile and regional preferences. Account status is controlled separately.' : 'Create an original customer identity with secure credentials.' }}

Cancel
@csrf @if($editing) @method('put') @endif
@unless($editing)
@endunless
@endsection