@extends('client.raffles.layouts.app') @section('content')

Cost Calculator

@csrf

Choose items to find the total cost

Where do you want to study?
@foreach ($countryOptions as $id => $country) @endforeach

Choose items to find the total cost

Which English Proficiency Do you Have?
@foreach ($testOptions as $id => $test) @endforeach

Choose items to find the total cost

Which Intake do you want to go?
@foreach ($intakeOptions as $id => $intake) @endforeach

Choose items to find the total cost

How long do you want to study

Choose items to find the total cost

Whats Your Program Level Choice?
@foreach ($programLevelOptions as $id => $level) @endforeach

Total Cost

S.N. Select Max Price
1 Bachelors $13000/year
2 Bachelors $13000/year
3 Bachelors $13000/year
4 Bachelors $13000/year
5 Bachelors $13000/year
@endsection @push('js') @endpush