@extends('layouts.app') @extends('layouts.master') @section('content')

{{ trans('home.total_devices') }}

{{$device_count}}

@foreach($data as $location) @if($location->status == "Active") @else @endif
{{ trans('location.area') }} {{ trans('location.location') }} {{ trans('location.no_of_devices') }} {{ trans('location.usage_time_start_end') }} {{ trans('location.price_initial_excess') }} {{ trans('location.status') }} {{ trans('payments.more_details') }} {{ trans('location.actions') }}
{{$area}} {{$location->location}} {{$location->device_count}} {{$usage_time_start_end}} {{$price_initial_excess}}{{trans('location.active')}}{{trans('location.inactive')}}
@foreach($location->landmarks as $lnmrk) @endforeach
{{ trans('location.landmark') }} {{ trans('location.no_of_devices') }}
{{ $lnmrk['landmark'] }} {{ $lnmrk['deviceCount'] }}
@endforeach
{{ $links }}
@endsection