@extends('admin.layouts.app') @section('title', 'Items') @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 | Category | Buying Price | Selling Price | Quantity | Action |
---|---|---|---|---|---|
|
{{ $item->category->name }} | {{ $item->buying_price }} | {{ $item->selling_price }} | {{ $item->quantity }} | View @if(Auth::guard('admin')->user()->type == 'admin') Edit Delete @endif |
No item Yet. Please ADD A ITEM |