×
Success! {{session('massage')}}
@if(userCan('ProductCategory-edit')==0) @php header("Location: " . URL::to('errors.403'), true, 302); exit(); @endphp @endphp @endif
@extends('layouts.default')
@php $pageTitle = 'Update Product Category '; @endphp
@section('title',$pageTitle)
@section('PageHead')
@if ( session('massage') )
@foreach ($errors->all() as $error)