@extends('template.layout') @section('content') @include('sweet::alert')
Trámites del periodo: {{$periodo->nombre}}
@if(count($tramites) > 0) @foreach($tramites as $item) @if($item->estado == 6 || $item->estado == 8 || $item->estado == 7) @else @endif @endforeach @else
No se encontraron tramites registrados
@endif
@endsection @section('scripts') @endsection