@extends('client.jupiter.partials.layout') @section('header') Demand Countries - {{env("APP_NAME")}} @endsection @section('content')

List of countries having Job Demands

@foreach(MPCMS::getDemandCountries() as $country)

{{$country->title}}

@endforeach
@endsection