@extends("binshopsblog_admin.layouts.admin_layout") @section("content") @forelse ($comments as $comment)
{{$comment->comment}}
@if($comment->post) {{--VIEW + EDIT POST LINKS--}} get('locale'))}}' class="card-link btn btn-outline-secondary"> View Post Edit Post @endif @if(!$comment->approved) {{--APPROVE BUTTON--}} @endif {{--DELETE BUTTON--}}