@extends('layouts.admin') @section('header')

Edit Product

@endsection @section('content')
@csrf @method('PUT')
@error('name')

{{ $message }}

@enderror
PKR
@error('price')

{{ $message }}

@enderror
@if($product->image)
Current Image

Current Image

@endif
Cancel
@endsection @section('scripts') @endsection