@extends('layouts.back-end.app')
@section('title', translate('category'))
@section('content')
@if($category['position'] == 1)
{{ translate('sub') }}
@elseif($category['position'] == 2)
{{ translate('sub_Sub') }}
@endif
{{ translate('category') }}
{{ translate('update') }}