@extends('layouts.app') @section('title', 'Manage Category') @section('breadcrumb', 'Manage Category') @section('sub-breadcrumb') List @endsection @section('manage-category', 'kt-menu__item--active') @section('content')
@include('layouts.notification') {{-- begin: datatable --}}
{{-- --}} @php $no = 1; @endphp @foreach ($brand as $item) @endforeach
NoNo. Brand Action
{{$no++}} {{$item['name']}} {{-- sort --}} detail
{{-- begin: datatable --}}
@endsection @section('custom-script') @endsection