@extends('layouts.main') @section('customcss') @endsection @section('pagecontent') @php $month_array = [ 1 => 'Enero', 2 => 'Febrero', 3 => 'Marzo', 4 => 'Abril', 5 => 'Mayo', 6 => 'Junio', 7 => 'Julio', 8 => 'Agosto', 9 => 'Septiembre', 10 => 'Octubre', 11 => 'Noviembre', 12 => 'Diciembre' ]; $current_year = date('Y'); $current_month = date('n'); @endphp

@lang('sistema.equity_report.history.label')

{{--
--}}
{{ csrf_field() }}
@endsection @section('customjs') @if (session('msg')) @endif @endsection