@include('includes.head')
@include('includes.side-nav')
@include('includes.header')

Edit Product Product

@include('includes.messages')
@csrf
Allowed file types: png, jpg, jpeg.
@if($product->brand_logo) Brand Logo Preview @else @endif
@if($product->img_1) Image 1 Preview @else @endif
@if($product->img_2) Image 2 Preview @else @endif
@if($product->img_3) Image 3 Preview @else @endif
@if($product->img_4) Image 4 Preview @else @endif
@include('includes.footer')
@include('includes.scripts')