{{ $post->title }}

{{ $post->title }}

@if ($post->category) @foreach (Str::of($post->category)->explode(',') as $category) @break($loop->index == 1) {{ $category }} @endforeach @endif
{{ __('Read More') }}