@extends('admin.layout.admin_layout') @section('content')

Breaking News

@include('admin.layout.message')

News List

Add

@if(!empty($allbreakingnews)) @foreach($allbreakingnews as $blog) @endforeach @endif
Sl.No. Heading Action
{{$i}} {{$blog['heading']}}
Sl.No. Heading Action
@endsection @push('scripts') @endpush