@extends('layouts.admin') @section('style') @endSection @section('script') @endSection @section('content') @php $page_title = isset($store) ? __('heading.title_edit_stores').' '.$store['name'].'':__('heading.title_create_stores'); $store = $store ?? null; @endphp @csrf @method("PUT") @if (session('alert-success')) Product updated successfully. Back to product list @endif ID {{$product->id}} Product SN {{$product->product_sn}} Retail Partner {{$product->retail_partner}} Product Group Slug {{$product->product_group_slug}} Created {{$product->created_at->format('j F, Y g:i:s A T')}} Last Updated {{$product->updated_at->format('j F, Y g:i:s A T')}} Name * @if ($errors->has('foo')) {{ $errors->first('foo') }} @endif Status Set Status Active Inactive Keywords Add # Keyword Actions @endsection