@extends('layout.app') @section('content')

DataTable

A sortable, searchable, paginated table.

Simple Datatable
@foreach ($stickers as $list) @endforeach
Id Category Name sticker Priority Edit Delete
{{$list->id}} {{$list->category_name}} Category Image {{$list->priority}} Edit Delete
@endsection