@extends('admin.layouts.app') @section('newstitle', 'Newss') @push('topnav') News     @endpush @section('content')
 
{{--
--}}
{{-- --}} @foreach ($newss as $pk => $p) {{-- --}} @endforeach
S.No TitleDateAction
{{ $newss->firstItem() + $pk }} {{ $p->title }}{{ date('d-m-Y', strtotime($p->created_at)) }} Edit Delete
{{ $newss->appends(request()->input())->links('pagination.admin') }} @endsection