@extends('layouts.frontend') @section('content')
{!! textarea($page->description) !!}
@foreach($offices as $key => $office) @if($icon = $office->getMedia('marker_icon')) @endif @endforeach
@endsection @section('js') @endsection