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

Edit Customer

Back
@if($errors->any())
@endif
@csrf @method('PUT')
has('business_name')) style="display:none;"@endif>{{ $errors->first('business_name') }}
has('name')) style="display:none;"@endif>{{ $errors->first('name') }}
has('phone')) style="display:none;"@endif>{{ $errors->first('phone') }}
has('email')) style="display:none;"@endif>{{ $errors->first('email') }}
Search address from Google Maps
Cancel
@endsection @push('scripts') @include('admin.customers._customer-validation') @include('admin.customers._customer-modal-address-autocomplete', ['bindings' => [[ 'input' => 'customer_address', 'city' => 'customer_city', 'state' => 'customer_state', 'pincode' => 'customer_pincode', 'country' => 'customer_country', ]]]) @endpush