@extends('layouts.master') @section('title'){{translate('product category')}} @endsection @section('content')
{{translate('product category')}}
@if(Sentinel::hasAccess('stock.create')) {{translate('add product category')}} @endif
{!! \App\Helpers\GeneralHelper::printTableTree($tree)!!}
{{ translate('name') }} {{ translate('slug') }} {{ translate('active') }} {{ translate('note') }} {{ translate('count') }} {{ translate('action') }}
@endsection @section('footer-scripts') @endsection