@extends('admin.layouts.app') @push('styles') @include('datatable.css.data_table_css') @endpush @section('container')
Use .table-striped to add zebra-striping to any table row
within the <tbody>.
| SL | Name | Opening Balance | Amount | Status | Action |
|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $asset->name }} | {{ $asset->opening_balance }} | {{ $asset->amount }} | @if ($asset->status == 1) Active @else Inactive @endif | Increment Decrement Increment History Decrement History |