@extends('frontend.layouts.layout') @section('title','Voi xanh | Blog về lập trình PHP và nơi tìm ra chúng | '.request('key')) @section('description','Voi xanh | Blog về lập trình PHP và nơi tìm ra chúng | '.request('key')) @section('keywords','voixanh,php,yii,ci,laravel,linux,cms,oop,'.request('key')) @section('content')
@if (!empty($listBlog)) @foreach($listBlog as $k => $v)

{{$v->title}}

{{$v->description}}

@endforeach @endif
@endsection