@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
{{--

Total Cost

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