芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/tblonline.org/resources/views/backend/user/modal/create.blade.php
{{ csrf_field() }}
{{ _lang('Name') }}
{{ _lang('Email') }}
{{ _lang('Password') }}
{{ _lang('Country Code') }}
{{ _lang('Select One') }}
@foreach(get_country_codes() as $key => $value)
{{ $value['country'].' (+'.$value['dial_code'].')' }}
@endforeach
{{ _lang('Phone') }}
{{ _lang('Branch') }}
{{ _lang('Select One') }}
{{ create_option('branches','id','name') }}
{{ _lang('Status') }}
{{ _lang('Select One') }}
{{ _lang('Active') }}
{{ _lang('In Active') }}
{{ _lang('Email Verified') }}
{{ _lang('No') }}
{{ _lang('Yes') }}
{{ _lang('SMS Verified') }}
{{ _lang('No') }}
{{ _lang('Yes') }}
{{ _lang('Profile Picture') }}
{{ _lang('Save') }}