@extends('layouts.appv2') @section('content')

Checkin Location

@if ($message = Session::get('success')) @endif @if ($message = Session::get('error')) @endif @if ($errors->any()) @endif
Check-in Location Groups
Add Group
@foreach($groups as $index => $group) @endforeach
No. Group Name Action
{{ $index + 1 }} {{ $group->name }} Edit
Checkin Reason
@php $counter = 0; @endphp @foreach($reason as $reason) @endforeach
No. Name Group Availability Latitude Longitude Radius Action
{{ ++$counter }} {{ $reason->name }} {{ $reason->group_name }} {{ $reason->availability }} {{ $reason->lat }} {{ $reason->long }} {{ $reason->radius }} Edit