@extends('backend.layouts.app') @section('page-title', trans('app.categories')) @section('page-heading', trans('app.categories')) @section('breadcrumbs') @stop @section('content') @include('backend.partials.messages')
@if (count($categories)) @foreach ($categories as $category) @include('backend.categories.partials.row', ['base' => true]) @foreach ($category->inner as $category) @include('backend.categories.partials.row', ['base' => false]) @endforeach @endforeach @else @endif
Title Position Href @lang('app.action')
@lang('app.no_records_found')
@stop @section('scripts') @stop