@extends('template.layout') @section('content') @include('sweet::alert')

Trámites por dependencia

@if(count($dependencias) > 0) @php($count = 1) @foreach($dependencias as $item) @php($count++) @endforeach @else
No se encontraron dependencias registradas
@endif
@endsection @section('scripts') @endsection