@extends('client.raffles.layouts.app') @push('css') @endpush @section('content') Cost Calculator Country Stay Type Other Services Program Level Program Which country are you planning to study in? @foreach ($countries as $country) {{ $country->title }} @endforeach Next Are you going alone or with a dependent? @foreach ($livingStatusOptions as $key => $status) {{ $status }} @endforeach Previous Next Do you want to include other services? Yes No Previous Next Which Level are you applying for? @foreach ($programLevelOptions as $level) {{ $level }} @endforeach Previous Next Which Program are you applying for? @foreach ($programss as $key => $program) Select Program {{ $program }} @endforeach Previous Finish {{-- Total Cost S.N. Select Max Price --}} @endsection @push('js') @endpush