@extends('layouts.admin.admin') @section('title', 'Edit Institution') @section('content')
Edit Institution
@method('PATCH') @csrf
Edit Institution
@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('address') {{ $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('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('enable_defer') {{ $errors->first('enable_defer') }} @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('certificate_pickup_message') {{ $errors->first('certificate_pickup_message') }} @enderror
@endsection