@extends('shaun_core::admin.layouts.master') @section('content')
{{__('Manage Categories')}}
{{__('Create new')}}
{{__('Name')}}
{{__('Active')}}
{{__('Action')}}
@foreach ($categories as $category)
open_with {{$category->getTranslatedAttributeValue('name')}}
@if ($category->is_active) {{__('Yes')}} @else {{__('No')}} @endif
@if ($category->children) @endif
@endforeach
@stop @push('scripts-body') @endpush