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

@lang('global.avatar')

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

@lang("global.debarment_information")

@component('dashboard.components.edit_text2' , [ "name" => "name", "type" => "text", "title" => __("global.debarment_name"), ]) @endcomponent @component('dashboard.components.edit_text2' , [ "name" => "email", "type" => "text", "title" => __("global.email"), ]) @endcomponent @component('dashboard.components.edit_text2' , [ "name" => "phone_number", "type" => "number", "title" => __("global.phone"), ]) @endcomponent @component('dashboard.components.edit_text2' , [ "name" => "password", "type" => "password", "title" => __("global.password"), ]) @endcomponent
@stop