@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 Create Product Group Name * @if ($errors->has('name')) {{ $errors->first('name') }} @endif @endsection