@extends('layouts.app') @section('title', 'Admissions - Thriving Lives Christian Counselling Center') @section('content')

Admission Process

Follow these steps to apply for our programs:

  1. Review the admission requirements for your chosen program.
  2. Download and complete the application form.
  3. Gather all required documents.
  4. Submit your application and documents by the deadline.
  5. Attend an interview with the program director.

Required Documents

    @foreach($admissionInfo['documents'] as $document)
  • {{ $document }}
  • @endforeach

Application Deadlines

@foreach($admissionInfo['important_dates'] as $semester => $date)

{{ $semester }}: {{ $date }}

@endforeach

Tuition & Banking

Detailed fee structures and banking information are available on our tuition page.

View Tuition Details Apply Now

Payment & Banking Details

@foreach($admissionInfo['banking_details'] as $detail)
{{ $detail['header'] }}

Account Name: {{ $detail['acc_name'] }}

Bank: {{ $detail['bank_name'] }}

Account Number: {{ $detail['acc_num'] }}

@if(isset($detail['branch_code']))

Branch Code: {{ $detail['branch_code'] }}

@endif @if(isset($detail['branch_name']))

Branch Name: {{ $detail['branch_name'] }}

@endif @if(isset($detail['swift_code']))

Swift Code: {{ $detail['swift_code'] }}

@endif
@endforeach
@endsection @push('styles') @endpush