@extends('adminlte::page')
@section('content_header')
@lang('global.Cars') @lang('global.List')
@endsection
@section('content')
@foreach (get_all_usagers() as $usager)
@endforeach
@foreach(get_intitules_by_group([['slug', '=', 'types-vehicules']]) as $intitule)
@endforeach
{{--
{!! Util::FA_ICON("plus") !!} @lang('global.Add New')
--}}
@lang('global.Id') |
@lang('global.Car Type') |
@lang('global.Car Registration') |
@lang('global.Validity Insurance') |
@lang('global.Validity Annual Tax') |
@lang('global.Validity TC') |
@lang('global.Created At') |
@endsection
@push('js')
@endpush