@extends('adminlte::page') @section('title', 'Periodos') @section('plugins.Datatables', true) @section('plugins.Date-picker', true) @section('content_header')
(*) Campos obligatorios
| Nombre | Inicio | Fin | Acciones |
|---|---|---|---|
| @if ($period->state == 1) En proceso @else Finalizado @endif {{$period->name}} | {{$period->data_start}} | {{$period->data_end}} | @if ($period->state == 1) FINALIZAR PERIODO @else REANUDAR PERIODO @endif Editar Ver |
| Nombre | Inicio | Fin | Acciones |