@extends('layouts.default') @section('content')
Add News

View

@if(is_array($news)) @foreach ($news as $news_lis) @endforeach @endif
Title Edit Delete
{{$news_lis->title}}
@endsection