[WIP] Setup of skeleton
This commit is contained in:
19
resources/views/cornford/googlmapper/mapper.blade.php
Normal file
19
resources/views/cornford/googlmapper/mapper.blade.php
Normal file
@@ -0,0 +1,19 @@
|
||||
@include('googlmapper::javascript')
|
||||
|
||||
@foreach ($items as $id => $item)
|
||||
|
||||
{!! $item->render($id, $view) !!}
|
||||
|
||||
@if ($options['async'])
|
||||
|
||||
<script type="text/javascript">
|
||||
|
||||
initialize_items.push({
|
||||
method: initialize_{!! $id !!}
|
||||
});
|
||||
|
||||
</script>
|
||||
|
||||
@endif
|
||||
|
||||
@endforeach
|
||||
Reference in New Issue
Block a user