@extends('layouts.app') @section('template_title') {{ $periodo->name ?? __('Show') . " " . __('Periodo') }} @endsection @section('content')
Ver Periodo
Nombre: {{ $periodo->nombre }}
Fecha Inicial: {{ $periodo->fecha_inicial->format('Y-m-d') }}
Fecha Final: {{ $periodo->fecha_final->format('Y-m-d') }}
@endsection