@extends('layouts.app') @section('title') {{ __('Product Categories') }} @endsection @section('breadcrumb')

{{ __('Product Categories') }}

@endsection @section('content')
@can('create_product_type') {{ __('Create') }} @endcan
# {{ __('Name') }} {{ __('Category No.') }} {{ __('Action') }}
@endsection @section('scripts') @endsection