@extends('adminlte::page') @section('title', 'CONFIGRUACIÓN') @section('content_header') @stop @section('content')
. @empty($vehiculos) @else @php $contador = 1; @endphp @foreach ($vehiculos as $vehiculo) @php $contador++; @endphp @endforeach @endempty
@stop @include('administracion.configuraciones.vehiculos.modalCreate') @include('administracion.configuraciones.vehiculos.modalEdit') @section('css') @stop @section('js') @if(session('success')) @endif @if(session('error')) @endif @stop