@extends('layouts.admin_layout') @section('title', 'Edit Product') @section('content')

Edit Product

Edit Product

@csrf
product_category_id, $hide_sun_guide_array)) style="display:none;" @endif> @if(!empty($product->product_pdf))
View Sun Guide

@endif
@if(!empty($product->product_size_guide))
View Size Guide

@endif
@php echo View::make('admin.image_selection', ['files' => $files]); @endphp
@endsection