@extends('dashboard.layouts.index') @section('page_title') @lang('global.create_admins') @stop @section('breadcrumb') @stop @section('content')
@csrf

@lang('global.avatar')

@component('dashboard.components.edit_image' ) @endcomponent

@lang("global.admin_information")

@component('dashboard.components.edit_text' , [ "name" => "name", "type" => "text", "title" => __("global.name"), "col" => "col-md-10" ]) @endcomponent @component('dashboard.components.edit_text' , [ "name" => "phone_number", "type" => "text", "title" => __("global.phone_number"), "col" => "col-md-10" ]) @endcomponent @component('dashboard.components.edit_text' , [ "name" => "email", "type" => "email", "title" => __("global.email"), "col" => "col-md-10" ]) @endcomponent @component('dashboard.components.edit_text' , [ "name" => "password", "type" => "password", "title" => __("global.password"), "col" => "col-md-10" ]) @endcomponent

@lang('global.permeation')

{{-- @if(auth()->user()->getRoleNames()[0] == "super-admin")--}} {{-- --}} {{-- @endif--}} {{-- --}}
@stop @push('js') @endpush