@extends('layouts/base_view') @section('title') {!! $variables['header_routes'] !!} @endsection @section('content')

{!! $variables['judul'] !!}

@csrf
@if($errors->has('customer_code_bmu')) {{ $errors->first('customer_code_bmu') }} @endif
@if($errors->has('dealer_name')) {{ $errors->first('dealer_name') }} @endif
id ? '' : 'required' }}> @if($errors->has('password')) {{ $errors->first('password') }} @endif
@if($errors->has('email')) {{ $errors->first('email') }} @endif
is_active ?? true) ? 'checked' : '' }}>
Back
@endsection @push('scripts') @endpush