@extends('layouts.adminmaster') @section('content')

{{lang('Edit Customer')}}

@csrf @honeypot
@error('firstname') {{ lang($message) }} @enderror
@error('lastname') {{ lang($message) }} @enderror
@error('email') {{ lang($message) }} @enderror
@if($customfield != null) @foreach($customfield as $customfields) @if($customfields->fieldtypes != 'textarea') @if($customfields->privacymode == '1')
@else
@endif @endif @endforeach @endif
voilated == 'on') checked="" @endif>
@endsection @section('scripts') @endsection