@extends('adminlte::page') @section('title', 'SOAT') @section('content_header') @stop @section('content')
@empty($soats) @else @php $contador = 1; @endphp @foreach ($soats as $soat) @php $contador++; @endphp @endforeach @endempty
@include('vehiculos.soat.modalCreate') @include('vehiculos.soat.modalEdit') @stop @section('css') @stop @section('js') @stop