@extends('layouts.admin.admin') @section('title', 'Duplicate Institution') @section('content')
Duplicate Institution
@csrf
Duplicate Form
@error('name') {{ $errors->first('name') }} @enderror
@error('subdomain') {{ $errors->first('subdomain') }} @enderror
@error('address') {{ $errors->first('address') }} @enderror
@error('contact_number') {{ $errors->first('contact_number') }} @enderror
@error('email') {{ $errors->first('email') }} @enderror
@error('website_link') {{ $errors->first('website_link') }} @enderror
@error('background_color') {{ $errors->first('background_color') }} @enderror
@error('text_color') {{ $errors->first('text_color') }} @enderror
@error('payment_by') {{ $errors->first('payment_by') }} @enderror

@error('logo') {{ $errors->first('logo') }} @enderror

@error('footer_logo') {{ $errors->first('footer_logo') }} @enderror

@error('mail_logo') {{ $errors->first('mail_logo') }} @enderror

@error('mail_logo') {{ $errors->first('mail_logo') }} @enderror
@error('sort') {{ $errors->first('sort') }} @enderror
@error('status') {{ $errors->first('status') }} @enderror
@error('login_page_content') {{ $errors->first('login_page_content') }} @enderror
{{--
@error('is_guest_invitation_letter') {{ $errors->first('is_guest_invitation_letter') }} @enderror
is_guest_invitation_letter == 'No' ? 'disabled' : '') : 'disabled' }} id="guest_invitation_letter_question" required> @error('guest_invitation_letter_question') {{ $errors->first('guest_invitation_letter_question') }} @enderror
is_guest_invitation_letter == 'No' ? 'disabled' : '') : 'disabled' }} required> @error('guest_invitation_letter_yes_answer') {{ $errors->first('guest_invitation_letter_yes_answer') }} @enderror
--}}
@error('is_attend') {{ $errors->first('is_attend') }} @enderror
@error('enable_atten_no_option') {{ $errors->first('enable_atten_no_option') }} @enderror
@error('attend_no_option_message') {{ $errors->first('attend_no_option_message') }} @enderror
@error('is_phonetical_spelt') {{ $errors->first('is_phonetical_spelt') }} @enderror
{{--
@error('institution_graduate_crud') {{ $errors->first('institution_graduate_crud') }} @enderror
--}}
@error('enable_defer') {{ $errors->first('enable_defer') }} @enderror
@error('show_info') {{ $errors->first('show_info') }} @enderror
@error('merchant_fee') {{ $errors->first('merchant_fee') }} @enderror
@error('academic_order') {{ $errors->first('academic_order') }} @enderror
@error('academic_order_payment_by') {{ $errors->first('academic_order_payment_by') }} @enderror
@error('academic_product_price') {{ $errors->first('academic_product_price') }} @enderror
@error('academic_order_merchant_fee') {{ $errors->first('academic_order_merchant_fee') }} @enderror
@error('is_guest_invitation_letter') {{ $errors->first('is_guest_invitation_letter') }} @enderror
@error('two_factor') {{ $errors->first('two_factor') }} @enderror
@error('sms_two_factor') {{ $errors->first('sms_two_factor') }} @enderror
@error('show_on_studion_appointment_page') {{ $errors->first('show_on_studion_appointment_page') }} @enderror
@error('enable_dietary_preference_option') {{ $errors->first('enable_dietary_preference_option') }} @enderror
@error('dietary_preference_text') {{ $errors->first('dietary_preference_text') }} @enderror
@error('dietary_preference_options') {{ $errors->first('dietary_preference_options') }} @enderror
@error('certificate_pickup_message') {{ $errors->first('certificate_pickup_message') }} @enderror
@foreach ($graduations as $key => $graduation)

  {{ $graduation->title }}

@endforeach
@endsection @section('page-specific-scripts') @endsection