@extends('layouts.admin_layout') @section('title', 'Manage News') @section('content')

Manage News

@foreach($news as $news_row) @endforeach
Title Action
{{$news_row->news_title}} Edit
@endsection