@extends('layouts.default')
@section('content')
{{ $post->title }}
@if ($post->image)
 }})
@endif
@php $tags = explode(',', $post->tags); @endphp
@foreach ($tags as $tag)
- {{ $tag }}
@endforeach
{{ $post->title }}
{!! $post->content !!}
@endsection
@push('script')
@endpush