@extends('layouts.admin') @push('css') @endpush @php $locales=config('translatable.locales'); @endphp @section('content')
@include('partials.alert')

Hover Data Table

Add New
@foreach($list as $item) @endforeach
ID Title User Category Status Seen Created At Action
{{$item->id}} {{$item->title}} {{$item->user->name}} @foreach($item->categories as $category) {{$category->title}} @endforeach {!!($item->status==1)?'Approved':'Pending' !!} {{$item->seen}} {{$item->created_at}}
ID Title User Category Seen Status Created At Action
@endsection @push('scripts') @endpush