@extends('admin.layouts.app') @section('title', 'Tables') @section('content')

Tables

All System Tables
{{--

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.

--}}
@if(Auth::guard('admin')->user()->type == 'admin') @endif @forelse($tables as $table) @if(Auth::guard('admin')->user()->type == 'admin') @endif @empty @endforelse
Name DescriptionAction
{{ $table->name }} {!! $table->description !!} Edit Delete
No Table Yet. Please ADD A TABLE
@endsection