@extends('user_type.auth', ['parentFolder' => '', 'childFolder' => '']) @section('content')
Categories
@if($errors->get('msgError')) @endif @if(session('success')) @endif @if(count($data) > 0) @foreach($data as $item) @endforeach @else no content @endif
# IMAGE TITLE TOTAL STORIES CATEGPRY ORDER STATUS CREATED AT ACTION
{{$item->title}} {{ App\Models\Story::getTotalStory($item->id)}} {{$item->item_order}} @if($item->status==0) Active @else Disabled @endif {!!date('d-M-y H:i:s',strtotime($item->created_at))!!}
{{$data->links('components.paginate')}}
{{-- Modal Add Start --}} {{-- Modal Add End --}} {{-- Modal Update Start --}} {{-- Modal Update End --}} @endsection @push('js') @endpush