@extends('layouts.app') @section('title', 'Post Update') @section('content')
@csrf
@php $tagsArray = json_decode($post->post_tags); @endphp @if (!empty($tagsArray) && array_filter($tagsArray))
@else
@endif
@endsection