@extends('layouts.main') @section('title', 'Nomadic-Locations') @section('content')

{!! __('locations.heading1') !!}

{!! __('locations.heading_desc1') !!}

{!! __('locations.heading2') !!}

{!! __('locations.heading_desc2') !!}

{{__('Locations')}}

@foreach($locations as $loc) @if($loc->location=='Global') @continue @endif @endforeach
@endsection