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

List of current Job Demands

@foreach(MPCMS::getPaperDemands() as $JobDemand)

{{$JobDemand->title}}

@endforeach
@endsection