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