@extends('tablar::page') @section('content')
@foreach($categories as $category) @endforeach
Category Name
{{ $category->cat_name }}
@endsection @push('js') @include('components.tomselect') @endpush