@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('outlet_name')) {{ $errors->first('outlet_name') }} @endif
@if($errors->has('email')) {{ $errors->first('email') }} @endif
@if($errors->has('password')) {{ $errors->first('password') }} @endif
is_active ?? true) ? 'checked' : '' }}>
Kembali
@endsection @push('scripts') @endpush