@extends('dashboard.layouts.index', ['breadcrumb' => ['main' => 'global.company_details','sub' => "global.company_details"]]) @section('content')
@csrf
@lang('global.company_details')
@component('dashboard.components.edit_text' , [ "name" => "name", "type" => "text", "title" => __("global.name"), "classlable" =>" required ", "col" => "col-6" ]) @endcomponent @component('dashboard.components.edit_text' , [ "name" => "social_security", "type" => "text", "title" => __("global.social_security"), "classlable" =>" required ", "col" => "col-6" ]) @endcomponent @component('dashboard.components.edit_text' , [ "name" => "email", "type" => "text", "title" => __("global.email"), "classlable" =>" required ", "col" => "col-6" ]) @endcomponent @component('dashboard.components.edit_text' , [ "name" => "password", "type" => "password", "title" => __("global.password"), "classlable" =>" required ", "col" => "col-6" ]) @endcomponent @component('dashboard.components.edit_text' , [ "name" => "phone_number", "type" => "text", "title" => __("global.phone"), "placeHolder" => "+962", "classlable" =>" required ", "col" => "col-6" ]) @endcomponent @component('dashboard.components.edit_text' , [ "name" => "address", "type" => "text", "title" => __("global.address"), "classlable" =>" required ", "col" => "col-6" ]) @endcomponent @component('dashboard.components.edit_text' , [ "name" => "department", "type" => "text", "title" => __("global.department"), "classlable" =>" required ", "col" => "col-6" ]) @endcomponent
@component('dashboard.components.edit_image',[ 'hide_default' => true, 'name' => 'logo', 'placeholder' => __('global.avatar') , ]) @endcomponent
@stop