@extends('layouts.main') @push('styles') @endpush @section('content')

@foreach($geofences as $geofence) @endforeach
Alias {{__('strings.alert_type')}} IMEI
{{$geofence['geofence']['alias']}} {{$geofence['geofence']['type']}} {{$geofence['geofence']['imei']}} / {{$geofence['geofence']['device_alias']}}
@endsection @push('scripts') @endpush