@extends('layouts.app') @section('css') @endsection @section('template_title') Periodos @endsection @section('content')
{{ $message }}
| No | Nombre | Fecha Inicial | Fecha Final | |
|---|---|---|---|---|
| {{ ++$i }} | {{ $periodo->nombre }} | {{ $periodo->fecha_inicial->format('d-m-Y') }} | {{ $periodo->fecha_final->format('d-m-Y') }} |