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