@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