@extends('layout.backend.main') @section('page_content') @if ($errors->any())
@endif

Edit Product

@csrf @method('PUT')
@if ($product->photo) Product Image @endif
@endsection