@yield('title')
@if (isset($post) && $post->image) Current Image @endif
@php $searchTags = old('search_tags', isset($post) ? $post->search_tags : ['']); @endphp @foreach ($searchTags as $index => $tag)
@if ($index > 0)
@endif
@endforeach