@extends('layouts.app') @section('content')


All News
@foreach($newses as $news) @endforeach
id. Title Action
{{$news->id}} {{$news->title}} Delete Edit
@endsection @section('footerscript') @endsection