@extends('layouts.app') @section('content')
@foreach($sql_q as $row) @endforeach
Sum Year Month
{{$row->s}} {{$row->y}} {{$row->m}}
@endsection