@section('title') Blogs @endsection @section('scripts') @endsection

@lang('messages.blog')

@if (count($posts) > 0) @foreach ($posts as $post) @if ($post->hasTranslation(app()->getLocale())) status == 0) style="background-color:#ff000010;" @endif> @endif @endforeach @endif
@lang('messages.title') @lang('messages.translate') @lang('messages.created_at') @lang('messages.actions')
{{ $post->title }}
- https://pellaglobal.net/{{ app()->getLocale() . '/' . $post->slug }}
@if ($post->translations != null)
@foreach ($post->translations as $item) @if ($item->locale == 'en') @else @endif @endforeach
@endif
{{ $post->created_at }}
@if ($post->status == 0)
@csrf @method('PUT')
@endif
@csrf @method('DELETE')