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

Edit Product

@csrf @method('PUT')
@if($product->image)Current: {{ basename($product->image) }}@endif
@if($product->file_path)Current: {{ basename($product->file_path) }}@endif
Cancel
@endsection