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