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

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

@csrf @if($variables['type'] == 'cp')
@php $type = ''; if ($f_need_change_password && $f_need_change_password != '') { $type = "style=display:none"; } @endphp
@if ($errors->has('current_password')) {{ $errors->first('current_password') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if ($errors->has('password_confirmation')) {{ $errors->first('password_confirmation') }} @endif
@elseif($variables['type'] == 'ema')
@if ($errors->has('fullname')) {{ $errors->first('fullname') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('telephone')) {{ $errors->first('telephone') }} @endif
@else
@if ($errors->has('fullname')) {{ $errors->first('fullname') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('telephone')) {{ $errors->first('telephone') }} @endif
@if ($errors->has('role_id')) {{ $errors->first('role_id') }} @endif
@if(empty($data->username))
@if ($errors->has('username')) {{ $errors->first('username') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@endif
@if ($errors->has('status')) {{ $errors->first('status') }} @endif

Hak Akses Khusus

flag_backdate_so ?? false) ? 'checked' : '' }}> User dengan akses ini dapat membuat Stock Opname dengan tanggal sebelum hari ini (backdate).

Akses Cabang

0 dari {{ count($variables['stores']) }} toko dipilih
Tips: Gunakan Ctrl+Click untuk pilih multiple, Shift+Click untuk pilih range
@endif Kembali
@endsection