@extends('User.Layout.main_layout') @section('title','Edit Organization') @section('main_container')

Update Your Organization Information

@if(session()->has('success')) {{session('success')}} @endif

Organization Information

@csrf

Name of Director / Chairman of the Organization *

/home/karnava/public_html/center.karnavati.in/User/User/edit_organization.blade.php on line 48
"> @if ($errors->has('name_director')) {{ $errors->first('name_director')}} @endif

Nature of Organization (Pvt Ltd./Public Ltd/ Partnership Firm) *

/home/karnava/public_html/center.karnavati.in/User/User/edit_organization.blade.php on line 55
"> @if ($errors->has('nature_organization')) {{ $errors->first('nature_organization')}} @endif

Website Address *

/home/karnava/public_html/center.karnavati.in/User/User/edit_organization.blade.php on line 62
"> @if ($errors->has('website_address')) {{ $errors->first('website_address')}} @endif

Date of Establishment of Organization *

/home/karnava/public_html/center.karnavati.in/User/User/edit_organization.blade.php on line 69
"> @if ($errors->has('establishment_date')) {{ $errors->first('establishment_date')}} @endif

Total no. of Employees as on Date of Application *

/home/karnava/public_html/center.karnavati.in/User/User/edit_organization.blade.php on line 76
"> @if ($errors->has('total_employees')) {{ $errors->first('total_employees')}} @endif

Details of Current Business Activities of The Organization *

@if ($errors->has('current_business_detail')) {{ $errors->first('current_business_detail')}} @endif

Legal Registration Details of Organization *

@if ($errors->has('legal_registration_detail')) {{ $errors->first('legal_registration_detail')}} @endif
@endsection