@extends('adminlte::page') @section('title', 'VEHICULOS') @section('content_header') @stop @section('content')
@empty($vehiculos) @else @php $contador = 1; @endphp @foreach ($vehiculos as $vehiculo) @php $contador++; @endphp @endforeach @endempty
@include('vehiculos.modalEdit') @include('vehiculos.modalCreate') @include('vehiculos.modalConfig') @stop @section('css') @stop @section('js') @if(session('error') == 'validator') @endif @if(session('edit') == 'modificar') @endif @stop