@extends('admin.layout') @section('content')
Manage About
@foreach($newslists as $newslist) @endforeach
Id Date Image Title Aurthor's Name Text Action
{{$newslist->id}} {{$newslist->date}} {{$newslist->title}} {{$newslist->name}} {{$newslist->text}}
Id Date Image Title Aurthor's Name Text Action
@endsection