@extends('layouts.admin') @section('title') CIERRES APERTURAS @stop @section('titulo')CIERRES APERTURAS @stop @section('acciones') @stop @section('descripcion') @stop @section('content') {{--modal--}} @include('cierres.create_edit')
@foreach($datos as $k=>$r) @endforeach
NUM MODULO MES/AÑO ESTADO ACCIONES
{{$k+1}} {{$r->modulo}} {{\App\Helper\Helper::mes($r->mes)}}/{{$r->anio}} {{$r->estado}}
@section('scripts') @stop @endsection