Update your personal profile here.

" data-parsley-validate="" loader="true" method="POST" enctype="multipart/form-data">
@if( !empty($user->avatar) ) @else @endif
@if( $user->date_of_birth == '0000-00-00' ) @else @endif
@if($user->role == 'admin' || $user->role == 'superadmin')

Update your school information here. This information will be used for billing and reminders.

" data-parsley-validate="" loader="true" method="POST">
@if ( $school->multibooking == "Enabled" ) @else @endif
@if ( $school->class_sms_notifications == "Enabled" ) @else @endif

Payment reminders are for students who have not cleared fees while class reminders are for notifing upcoming classes.

" data-parsley-validate="" loader="true" method="POST">
@if( $school->payment_reminders == "On" ) @else @endif
@if( $school->class_reminders == "On" ) @else @endif
@if( !empty($reminders) ) @foreach ($reminders as $index => $reminder)
@if ( $index > 0 ) @endif

Reminder #{{ $index + 1 }}

@if( $reminder->send_via == "sms" )
@endforeach @else

Supported tags for Payment: [firstname], [lastname], [amountdue], [duedate] & [course]. Class: [firstname], [lastname], [course], [class], [classdate], [classtime] & [instructorname]

@endif
@endif @if($user->role == 'superadmin')

Update system configuration here.

" data-parsley-validate="" loader="true" method="POST" enctype="multipart/form-data">

Update Email SMTP settings, this is important for sending emails.

@if ( env('SMTP_AUTH') == "Enabled" ) @else @endif

SMS settings.

@if ( env('DEFAULT_SMS_GATEWAY') == 'africastalking' )
@else @if ( env('DEFAULT_SMS_GATEWAY') == 'africastalking' )
@else @if ( env('DEFAULT_SMS_GATEWAY') == 'africastalking' )
@else @if ( env('DEFAULT_SMS_GATEWAY') == 'twilio' )
@else @if ( env('DEFAULT_SMS_GATEWAY') == 'twilio' )
@else @if ( env('DEFAULT_SMS_GATEWAY') == 'twilio' )
@else

Addittional settings.

@endif

Update your password here.

@include("includes/footer")