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

{{ __('News Categories')}}

@include('admin.message')
{{ __('Add Category')}}
@csrf @include('News::admin/category/form',['parents'=>$rows])
@if(!empty($rows))
{{csrf_field()}}
@endif
@if(count($rows) > 0)
Warning: Undefined variable $rows in /home/oyaagyug/public_html/modules/News/Views/admin/category/index.blade.php on line 78

Warning: foreach() argument must be of type array|object, null given in /home/oyaagyug/public_html/modules/News/Views/admin/category/index.blade.php on line 62
@else @endif
{{ __('Name')}} {{ __('Slug')}} {{ __('Date')}}
{{__("No data")}}
@endsection