@extends('layouts.app') @section('breadcrumb') @stop @section('content')

{!! trans('messages.attendance') !!} {!! trans('messages.map') !!} - [ Total Sites: {{$active_total_count}} | Sites on Map: {{$active_count}} ]

{{-- Display Google Map. Must have width and height --}}
{!! Mapper::render() !!}
@stop