@extends('layouts.admin') @section('style') @endSection @section('script') @endSection @section('content') @php $page_title = isset($asset) ? __('heading.title_edit_stores').' '.$asset['name'].'':__('heading.title_create_stores'); @endphp
@csrf

Details

{{$productGroup->name}}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
Set Status
@if ($errors->has('status')) {{ $errors->first('status') }} @endif
# Keyword Actions
@endsection