@extends('template.layout') @section('content')

Investigaciones

Lista de investigaciones

@php ($count = 1) @foreach($query as $item) @if( $item->estado == 1) @else @endif @php ($count++) @endforeach
@endsection @section('scripts') @include('alerts.index') @endsection