@extends ('core.layouts.app') @section ('title', trans('labels.backend.productcategories.management') . ' | ' . trans('labels.backend.productcategories.create')) @section('page-header')

{{ trans('labels.backend.productcategories.management') }} {{ trans('labels.backend.productcategories.create') }}

@endsection @section('content')

{{ trans('labels.backend.productcategories.view') }}

@include('focus.productcategories.partials.productcategories-header-buttons')

{{trans('productcategories.title')}}

{{$productcategory->title}}

{{trans('productcategories.extra')}}

{{$productcategory->extra}}

@if(!$productcategory['c_type'])

{{trans('productcategories.total_products')}}

{{numberFormat($productcategory->products->sum('qty'))}}

{{trans('productcategories.total_worth')}}

{{amountFormat($productcategory->products->sum('total_value'))}}

@endif
@endsection