@php $i=0; @endphp @foreach($departments as $department) @endforeach
#SL Name Description Action
{{ ++$i }} {{ $department->name }} {{ $department->description }} {{ Form::button('',['class'=>'btn btn-danger fas fa-trash-alt erase','data-id'=>$department->id,'data-url'=>route('inventory.department.destroy')]) }}