@extends('dashboard.layouts.index') @section('page_title') @lang('global.debarment') @stop @section('breadcrumb') @stop @section('content')
id)}}"novalidate method="POST"> @csrf

@lang('global.logo')

@component('dashboard.components.edit_image' , ['avatar' => $model->logo]) @endcomponent

@lang("global.debarment_information")

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