@extends('adminlte::page')
@section('title', __('global.Pvr').' '.__('global.List'))
@section('content_header')
@lang('global.Pvr') @lang('global.List')
@endsection
@section('content')
@foreach (get_all_usagers() as $usager)
@endforeach
@foreach (get_intitules_by_group([['slug', '=', 'types-infractions']]) as $intitule)
@endforeach
@lang('global.Id') |
@lang('global.Created At') |
@lang('global.Usager') |
@lang('global.Car Registration') |
@lang('global.Offense') |
@lang('global.Gpscood') |
@lang('global.Etat') |
@lang('global.Action') |
@endsection
@push('js')
@endpush