@extends('layouts.master') @section('bodyclass') @endsection @section('content')
@foreach($archives as $stats) @php $month = Carbon\Carbon::parse($stats['month']); @endphp @endforeach
@endsection @section('extra')

@endsection