mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-14 11:12:09 -05:00
6 lines
142 B
PHP
6 lines
142 B
PHP
@extends('app::layouts.app')
|
|
|
|
@section('content')
|
|
@include('category::partials.index-content', ['categories' => $categories])
|
|
@endsection
|