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

{{__("Tour Categories")}}

@include('admin.message')
{{__("Add Category")}}
@csrf @include('Tour::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/Tour/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/Tour/Views/admin/category/index.blade.php on line 63
@else @endif
{{__("Name")}} {{__("Slug")}} {{__("Status")}} {{__("Date")}}
{{__("No data")}}
@endsection