Edit Breaking News

@if (count($errors) > 0) @foreach ($errors->all() as $error) @endforeach @endif @if (Session::get('message')) @endif

Create New Please fill up this form carefully


{{ csrf_field() }}

All News manage your news

@foreach(\App\BreakingNews::all() as $breakingnews) @endforeach
# News Action
{{ $breakingnews->id }} {{ $breakingnews->news_text }}
{{ csrf_field() }}