@extends('Admin.master_layout.master') @section('title', getTitleInPage()) @section('header_menu') @parent @endsection @section('sidebar_menu') @parent @endsection @section('content')
@foreach ($errors->all() as $error)

{{ $error }}

@endforeach @if (Session::has('message'))
{!! Session::get('message') !!}
@endif @if (Session::has('error'))
{!! Session::get('error') !!}
@endif @if (Session::has('success'))
{!! Session::get('success') !!}
@endif
{{ getTitleInPage() }} - Edit
@if(!getMechantIds()) @if(count($enterprises) > 1)
@if($disabled == 'disabled') @endif
@else @endif @if(count($ho_branches) > 0)
@if($disabled == 'disabled') @endif
@else @endif @else @endif @if(count($merchants) > 1)
@if($disabled == 'disabled') @endif
@else @endif
@if($disabled == 'disabled') @endif
@if(!empty($rahebar->pan_image)) {{-- --}} @endif
@if($disabled == 'disabled') @endif
@if(!empty($rahebar->gst_image)) {{-- --}} @endif
@if($disabled == 'disabled') @endif
@if($disabled == 'disabled') @endif
is_regular_supplier == 1) checked @endif value="1"> @if($disabled == 'disabled') @endif
@if(checkPermissionOnWeb('AgentSupplier','approve') > 0)
check_duplicate_name == 1)?'checked':'checked' }} />
{{-- @if($rahebar->is_approver == 1) @endif --}}
For completed kyc you must upload pancard and gst document
@if($rahebar->is_self_assessment == 1) @else @endif
e_bill_approve == 1) checked @endif style="margin-top: 6px;">
blocked == 1) checked @endif style="margin-top: 6px;">
@endif
@if(!empty($rahebar->epf_no_image)) @endif
@if(!empty($rahebar->esic_image)) @endif
@if(!empty($rahebar->shop_est_image)) @endif
@if(!empty($rahebar->s_m_enterprises_image)) @endif
I/We hereby declare that the details furnished above are true and correct to the best of my/our knowledge and belief and I/we undertake to inform you of any changes therein, immediately. In case any of the above information is found to be false or untrue or misleading or misrepresenting, I am/we are aware that I/we may be held liable for it.
@if(!empty($rahebar->signatory_image))
@endif Date: {{ changeDateFormate($rahebar->created_at) }}
Cancel
@endsection @section('footer') @parent @endsection @section('extraa_script_and_js') @parent @endsection