@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 Name Title User Status Seen Created At Action
{{$item->id}} {{$item->name}} {{$item->title}} {{$item->user_id}} {{($item->status==1)?"Approved":"Pending"}} {{$item->seen}} {{$item->created_at}}
ID Name Title User Seen Status Created At Action
@endsection @push('scripts') @endpush