@extends('admin.layouts.app') @section('content')

{{ __('Categories')}}

@include('admin.message')
{{ __('Add Category')}}
@csrf @include('Support::admin/topic/category/form',['parents'=>$rows])
@if(!empty($rows))
{{csrf_field()}}
@endif
@if(count($rows) > 0) @else @endif
{{ __('Name')}} {{ __('Image')}} {{ __('Display Order')}} {{ __('Date')}}
{{__("No data")}}
@endsection