@extends('Layouts.erp_master') @section('content') @php use App\Services\HtmlService as HTML; use App\Services\CommonService as Common; @endphp
@csrf
{!! HTML::forCompanyFeild($suser->company_id, '', true) !!}
@if(Common::isSuperUser() == true || Common::isDeveloperUser() == true) {!! HTML::forBranchFeild(true,'branch_id','branch_id',$suser->branch_id) !!} @else {!! HTML::forBranchFeild(false,'branch_id','branch_id',$suser->branch_id) !!} @endif
{{--
--}}
(Maximum file size 1 Mb)
@if(!empty($suser->user_image)) @if(file_exists($suser->user_image)) @endif @endif
{{--
(Maximum file size 1 Mb)
@if(!empty($suser->signature_image)) @if(file_exists($suser->signature_image)) @endif @endif
--}} @include('elements.button.common_button', ['back' => true, 'submit' => [ 'action' => 'update', 'title' => 'update', 'id' => 'validateButton2', 'exClass' => 'float-right' ]])
@endsection