@extends('vcardTemplates.vcard11.app') @section('title') {{ __('messages.feature.blog') }} @endsection @section('page_css') @endsection @section('page_name') {{ __('messages.feature.blog') }} @endsection @section('content')
@foreach($vcard->blogs->reverse() as $blog)

{{ $blog->title }}

{{ \Carbon\Carbon::parse($blog->created_at)->isoFormat('Do MMMM YYYY')}}
{{--
--}} {{--
--}} {{-- --}} {{-- 164 views--}} {{--
--}} {{--
--}} {{-- --}} {{-- 3 commnets--}} {{--
--}} {{--
--}}

@php $blog->description = strlen($blog->description) > 200 ? substr($blog->description,0,200).'....':$blog->description @endphp {!! $blog->description !!}

{{__('messages.vcard_11.read_more')}}
@if($loop->iteration==3) @break @endif @endforeach {{-- --}}
{{--
--}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--

Tags

--}} {{--
--}} {{--
--}} {{--
--}} {{-- Paint--}} {{--
--}} {{--
--}} {{-- Construction--}} {{--
--}} {{--
--}} {{-- Build--}} {{--
--}} {{--
--}} {{-- Poster--}} {{--
--}} {{--
--}} {{-- Trends--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{--

Categories

--}} {{--
--}} {{--
--}} {{--
--}} {{-- Standard--}} {{-- 3--}} {{--
--}} {{--
--}} {{-- Video--}} {{-- 6--}} {{--
--}} {{--
--}} {{-- Gallery--}} {{-- 12--}} {{--
--}} {{--
--}} {{-- Quotes--}} {{-- 4--}} {{--
--}} {{--
--}} {{--
--}}

{{__('messages.vcard_11.Latest_post')}}

@foreach($vcard->blogs->reverse() as $blog)
@php $blog->title = strlen($blog->title) > 20 ? substr($blog->title,0,20).'...':$blog->title @endphp
{{ $blog->title }} {{ \Carbon\Carbon::parse($blog->created_at)->isoFormat('Do MMMM YYYY')}}
@endforeach
{{-- --}}
@endsection