@extends('panel.layouts.layout') @section('content')
@lang('home.news_list')
@lang('home.home') / @lang('home.news') / @lang('home.news_list')
@if(Session('success'))
× @lang('home.success')! {{session('success')}}.
@endif
@csrf
@foreach($blogs as $blog) @endforeach
# @lang('home.title') @lang('home.content') @lang('home.edit') @lang('home.delete')
{{ @$blog->id }} {{ @$blog->translations->first()->title }} {!! @$blog->translations->first()->content !!}
  • @include('panel.notifications.delete_from_list')
    @stop @section('jsCode') @stop