@extends('dashboard.layouts.index') @section('page_title') @lang('global.branches') @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.branchesinformation")

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