@extends('admin.layout.template') @section('title', 'Edit Product') @section('content')

Edit Product

@csrf
@foreach($product->images as $img) @endforeach
@if($product->custom_photo) @endif
{!! $product->description !!}
@endsection