@extends('admin.adminlayout') @section('page_title') @if(!isset($ccat)) {{__('New product category')}} @else {{__('Edit product category')}}: {{$ccat->name}} @endif - @endsection @section('content')

@if(!isset($ccat)) {{__('New product category')}} @else {{__('Edit product category')}}: {{$ccat->name}} {{-- {{$ccat->imgUrl()}}--}} @endif

@include('starter-kit::component.err')
@csrf
@endsection