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

Categories

All System Categories
{{--

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($categories as $category) @if(Auth::guard('admin')->user()->type == 'admin') @endif @empty @endforelse
Name DescriptionAction
. {{ $category->name }} {!! $category->description !!} Edit Delete
No Category Yet. Please ADD A CATEGORY
@endsection