@extends('layouts.app') @section('content')
Category @include('template.breadcrumb', ['items' => ['Home', 'Category', 'List']])
@include('template.alert.success')
@include('template.table-filter')
@include('template.table-collapse')
@for($i = 1; $i < 10; $i++) @endfor
Category Status Text Actions
Category {{$i}} Public
@stop @include('template.sweetalert-delete', ['selector' => '.btn-delete'])