@extends('home') @section('css') @endsection @section('content') @php function convertir_mes($mes) { $meses = ['0', 'ENERO', 'FEBRERO', 'MARZO', 'ABRIL', 'MAYO', 'JUNIO', 'JULIO', 'AGOSTO', 'SETIEMBRE', 'OCTUBRE', 'NOVIEMBRE', 'DICIEMBRE']; return $meses[$mes]; } @endphp
@if ($ano == '0' && $mes == '0') @else @endif
@endsection @section('js') @endsection