@extends('admin.layout') @section('content')

View product category #{{ $product_category->id }}

{{ method_field('DELETE') }} {{ csrf_field() }}
ID{{ $product_category->id }}
Title {{ $product_category->title }}
Slug {{ $product_category->slug }}
Meta Keyword {{ $product_category->meta_keyword }}
@endsection