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

News

@include('admin.layout.message')

News List

Add

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