@extends('layouts.app') @section('content')
{{ $pageNote }}
@if($row->status == 'enable') @else @endif
Category @php ( $catname = bsetecHelpers::sitecategories($row->cat_id) ) {!! $catname->name !!}
Subcategory Name {{ $row->sub_name }}
Status EnableDisable
{!! Lang::get('core.Created_At') !!} {{ $row->created_at }}
{!! Lang::get('core.Updated_At') !!} {{ $row->updated_at }}
@stop