@extends('inventory.layout') @section('title', 'Edit Product') @section('content') @push('head') @endpush
@csrf @method('PUT') @include('include.message')

{{ __('Add Product')}}

@if(isset($items->image)) @else @endif
@push('script') @endpush @endsection