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

Cost Calculator

{{--

Which country are you planning to study in?

@foreach ($countries as $country)
@endforeach

Are you going alone or with a dependent?

@foreach ($livingStatusOptions as $key => $status)
@endforeach

Do you want to include other services?

Which Level are you applying for?

@foreach ($programLevelOptions as $level) @endforeach

Which Program are you applying for?

@foreach ($programss as $key => $program) @endforeach
--}}

Choose items to find the total cost

Where do you want to study

Choose items to find the total cost

Are you going alone or with a dependent?

Choose items to find the total cost

Do you want to include other services?

Choose items to find the total cost

Which Level are you applying for?

Choose items to find the total cost

Which Program are you applying for?

Total Cost

S.N. Select Max Price
@endsection @push('js') {{-- --}} @endpush