@extends('layouts.nav-foot') @section('head') PbxHosting Academy @endsection @section('content')
@foreach (json_decode($entry['tags']) as $tag)
{{$tag}}
@endforeach

{{$entry['title']}}

{{$entry['author']}}

{{date('d-m-Y',strtotime($entry['created_at']))}}

Portada
{!! $entry['content'] !!}
@endsection @section('scripts') @endsection