@section('title', 'List Content') @push('script') @endpush @push('style') @endpush @section('toolbar') @endsection @if ($blog->thumbnail) @else @endif {{ $englishName }} {{ $blog->status }} @foreach ($languages as $id => $language) {{ $language->name }} @endforeach @if ($seo != null) SEO @endif @include('blog::admin.blog.tabView.blogInfo')