@extends('layouts.'.$namespaceName.'.master') @section('title') @endsection @section('content')
{{--Bio-Security--}}
{{ trans($namespaceName.'/'.$modelName.'.'.'events') }}

{{ trans($namespaceName.'/'.$modelName.'.'.'total') }}

{{ $totalEvents }}

{{ trans($namespaceName.'/'.$modelName.'.'.'active') }}

{{ $totalValidEvents }}

{{ trans($namespaceName.'/'.$modelName.'.'.'expired') }}

{{ $totalInvalidEvents }}

{{-- visitors --}}
{{ trans($namespaceName.'/'.$modelName.'.'.'visitors') }}

{{ trans($namespaceName.'/'.$modelName.'.'.'total') }}

{{ $totalVisitors }}

{{ trans($namespaceName.'/'.$modelName.'.'.'regular') }}

{{ $totalRegularVisitors }}

{{ trans($namespaceName.'/'.$modelName.'.'.'simplified') }}

{{ $totalSimplifiedVisitors }}

{{--
--}}
@endsection