delete
edit
@if (!Auth::guest()) @if (Auth::user()->id == $post->user_id) <!-- delete and edit links --> @endif @endif
Pro tip: use ```triple backticks around text``` to write in code fences