@extends('user_type.auth', ['parentFolder' => '', 'childFolder' => '']) @section('content')
Stories
@if($errors->get('msgError')) @endif @if(session('success')) @endif @if(count($data) > 0) @foreach($data as $item) @endforeach @else no content @endif
# THUMBNAIL TITLE VIEWS CATEGORY STATUS CREATED AT ACTION
{{$item->title}} {{$item->views}} {{$item->catName}} @if($item->status==0) Published @else Unpublished @endif {!!date('d-M-y H:i:s',strtotime($item->publish_date))!!}
{{$data->links('components.paginate')}}
@endsection @push('js') @endpush