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

@lang('global.avatar')

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

@lang("global.branchesinformation")

@component('dashboard.components.edit_text2' , [ "name" => "name", "type" => "text", "title" => __("global.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" => "color", "type" => "color", "title" => __("global.color"), ]) @endcomponent @component('dashboard.components.edit_text2' , [ "name" => "address", "type" => "text", "title" => __("global.address"), ]) @endcomponent @component('dashboard.components.edit_text2' , [ "name" => "password", "type" => "password", "title" => __("global.password"), ]) @endcomponent {{--

--}}

@lang('global.company_name')


@lang('global.permeation')

@if(auth()->user()->getRoleNames()[0] == "super-admin") @endif
@stop