@extends('backend.layouts.app') @section('page-title', trans('app.categories')) @section('page-heading', trans('app.categories')) @section('content')
@include('backend.partials.messages')

@lang('app.categories')

@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
@lang('app.name') @lang('app.position') @lang('app.href') @lang('app.count')
@lang('app.no_data')
@lang('app.name') @lang('app.position') @lang('app.href') @lang('app.count')
@stop @section('scripts') @stop