@extends('layout') @section('title', isset($title)?$title:'Blog') @section('content') blog home Blog @foreach($articles as $post) @if(!empty($post->image)) @endif {{ $post->category->name }} {{ date('d/m/y', strtotime($post->date)) }} {{ $post->title }} {{ $post->intro }} $post->slug]) }}&t={{ urlencode($post->title) }}','facebook-share-dialog','width=626,height=436');return false;" class="icon-facebook"> $post->slug]) }}','twitter-share-dialog','width=626,height=436');return false;" class="icon-twitter"> $post->slug]) }}','vk-share-dialog','width=626,height=436');return false;" class="icon-vk"> $post->slug]) }}','googleplus-share-dialog','width=626,height=436');return false;" class="icon-gplus"> $post->slug]) }}&description={{ urlencode($post->title) }}','pin-share-dialog','width=626,height=436');return false;" class="fa fa-pinterest"> $post->slug]) }}" class="icon-mail"> {{----}} {{--{b.a_name}--}} {{ $post->tags->implode('name', ', ') }} @endforeach @endsection