@extends("binshopsblog_admin::layouts.user_layout")
@section("content")
@include('binshopsblog_admin::layouts.user_sidebar')
YOU are a USER
@if($post_translations)
Manage Blog Posts
@endif
@forelse($post_translations as $post)
@if(isset($post->indexable))
@endif