@extends('admin.layouts.app') @section('title', 'Tables') @section('content')
Add lightweight datatables to your project with using the Simple DataTables library. Just add .datatable class name to any table you wish to conver to a datatable. Check for more examples.
| Name | Description | @if(Auth::guard('admin')->user()->type == 'admin')Action | @endif
|---|---|---|
| {{ $table->name }} | {!! $table->description !!} | @if(Auth::guard('admin')->user()->type == 'admin')Edit Delete | @endif
| No Table Yet. Please ADD A TABLE |