{{-- --}}
@include('admin.classy.partial._sidebar') @include('admin.classy.partial._top')
{{-- weeklydaily_new_sellers --}}
{{--
Administrators
--}} {{-- --}} {{-- --}}
{{--
--}}
@if ($errors->any()) @endif @if (Session::has('error')) @endif @if (Session::has('success')) @endif
@foreach($news as $p) @endforeach
# Title Author Published Date created Action
{{ $p['title']; }} {{ $p['author']; }} @if (($p['is_published'])) Published @else Unpublished @endif {{ \Carbon\Carbon::parse($p['created_at'])->toDateTimeString() }} @if (($p['is_published'])) Un-Publish @else Publish @endif View Delete


{{-- --}} {{-- --}} {{-- --}} {{-- --}}