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

Cost Calculator

Choose items to find the total cost

Where do you want to study
@foreach ($countries as $country)
@endforeach

Choose items to find the total cost

Are you going alone or with a dependent?
@foreach ($livingStatusOptions as $key => $status)
@endforeach

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?
@foreach ($programLevelOptions as $level)
@endforeach

Choose items to find the total cost

Which Program are you applying for?
@foreach ($programss as $key => $program) @endforeach
{{--

Total Cost

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