@extends('layouts.main',['title'=>'Edit Product']) @section('content')
@if(empty($product->cbpAcceptedAt))

Input Product Info Here

The information displayed here highlights a seller who is part of our Community Branding Program.

@csrf @method('PUT')
$

Upload Files

Upload Product Images

@else
This product has been approved, so it can't be edited.
@endif

Powered By Axencis

@endsection @section('script') @endsection