@extends('admin/institute-management/institute-profile/index') @section('main-content-tab')
@csrf

Update Basic Information

@if($errors->has('name')) {{ $errors->first('name') }} @endif
@if($errors->has('user_name')) {{ $errors->first('user_name') }} @endif
@if($errors->has('email')) {{ $errors->first('email') }} @endif
@if($errors->has('phone_number')) {{ $errors->first('phone_number') }} @endif
@if($errors->has('website_url')) {{ $errors->first('website_url') }} @endif
@if($errors->has('institute_type')) {{ $errors->first('institute_type') }} @endif
{{--
@if($errors->has('category_type_id')) {{ $errors->first('category_type_id') }} @endif
--}}
@if($errors->has('ownership_type_id')) {{ $errors->first('ownership_type_id') }} @endif
@if($errors->has('country_id')) {{ $errors->first('country_id') }} @endif
@if($errors->has('division_id')) {{ $errors->first('division_id') }} @endif
@if($errors->has('district_id')) {{ $errors->first('district_id') }} @endif
@if($errors->has('thana_id')) {{ $errors->first('thana_id') }} @endif
{{-- @dd($approvalOrganizations) --}}
@if($errors->has('approved_by')) {{ $errors->first('approved_by') }} @endif
{{-- @if($institute->instituteBasic->institute_type == 1)--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{-- @endif--}}
@if($errors->has('established_year')) {{ $errors->first('established_year') }} @endif
@if($errors->has('total_course')) {{ $errors->first('total_course') }} @endif
@if($errors->has('total_teacher')) {{ $errors->first('total_teacher') }} @endif
@if($errors->has('total_department')) {{ $errors->first('total_department') }} @endif
@if($errors->has('registration_code')) {{ $errors->first('registration_code') }} @endif
@if($errors->has('eiin')) {{ $errors->first('eiin') }} @endif
@if($errors->has('institite_code')) {{ $errors->first('institite_code') }} @endif
@if($errors->has('corporate_client')) {{ $errors->first('corporate_client') }} @endif
Suggested Image ratio: 108 x 108 | max-size: 100 KB @if($errors->has('logo')) {{ $errors->first('logo') }} @endif
Suggested Image ratio: 435 x 418 | max-size: 100 KB @if($errors->has('contact_background')) {{ $errors->first('contact_background') }} @endif
@if($errors->has('contact_heading')) {{ $errors->first('contact_heading') }} @endif
@if($errors->has('latitude')) {{ $errors->first('latitude') }} @endif
@if($errors->has('longitude')) {{ $errors->first('longitude') }} @endif
@if($errors->has('facebook')) {{ $errors->first('facebook') }} @endif
@if($errors->has('linkedin')) {{ $errors->first('linkedin') }} @endif
@if($errors->has('twitter')) {{ $errors->first('twitter') }} @endif
@if($errors->has('youtube')) {{ $errors->first('youtube') }} @endif
@if($errors->has('skype')) {{ $errors->first('skype') }} @endif
@if($errors->has('whatsapp')) {{ $errors->first('whatsapp') }} @endif
@if($errors->has('visit_official_title')) {{ $errors->first('visit_official_title') }} @endif
@if($errors->has('visit_official_title_bn')) {{ $errors->first('visit_official_title_bn') }} @endif
@if($errors->has('visit_official_button_text')) {{ $errors->first('visit_official_button_text') }} @endif
@if($errors->has('visit_official_button_text_bn')) {{ $errors->first('visit_official_button_text_bn') }} @endif
@if($errors->has('visit_official_button_link')) {{ $errors->first('visit_official_button_link') }} @endif
@endsection @section('extra-extra-css') @endsection @section('extra-extra-script') //validate form @endsection