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

List of Countries in Demand

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

{{$country->title}}

@endforeach
@endsection