@extends('admin.layout.admin_layout') @section('content')
Latest News
Dashboard
Latest News
@include('admin.layout.message')
News List
Add
Sl.No.
Heading
Action
@if(!empty($alllatestnews)) @foreach($alllatestnews as $blog)
{{$i}}
{{$blog['heading']}}
@endforeach @endif
Sl.No.
Heading
Action
@endsection @push('scripts') @endpush