@extends('layouts.admin') @section('title') Breaking news @stop @section('content')
@foreach($breaking_news as $_breakingnews) @endforeach
Titolo Data Online
{{$_breakingnews->title}} {{date("d/m/Y H:i:s", strtotime($_breakingnews->date))}} {{$_breakingnews->online ? 'Si' : 'No'}}
@csrf @method('DELETE')
@stop @section('extra_css') @stop @section('extra_js') @stop