@extends('layouts.master') @section('meta') @stop @section('content')
@foreach($blogs as $blog) @endforeach
Title Category Date
{{$blog->title}} {{ $blog->category }} {{ $blog->created_at }}
@stop @section('scripts') @stop