@extends('layouts.app') @section('content')
@foreach($sql_q as $row) @endforeach
Name Value Date
{{$row->name}} {{$row->value}} {{$row->created_at}}
@endsection