@extends('Frontend.layout.main') @section('head') {{$pageData->meta_title() ?? 'Coco Jalila'}} @endsection @section('content') @include('Frontend.inc.banners')

Retail Locations

{{$pageData->subtitle() ?? ''}}

{!! strip_tags($pageData->content ?? '') !!}

@foreach($retail_locations as $locations)
{{$locations->title}}
{{$locations->title}}
 {{$locations->subtitle()}}
@endforeach
@endsection @section('script') @endsection