@extends('layouts.app') @section('title', 'Edit Item') @section('page-title', 'Edit Item') @section('content')
@csrf @method('PUT')
Basic Information
@error('name')
{{ $message }}
@enderror
type) == 'goods' ? 'checked' : '' }}> type) == 'service' ? 'checked' : '' }}>
@error('type')
{{ $message }}
@enderror

Drag image(s) here or
Browse images

@if($item->image)
Change Image
@endif
Sales Information
enable_sales ? 'checked' : '' }}>
{{ getCurrencySymbol() }} enable_sales ? '' : 'disabled' }}>
Sales Information
enable_purchase ? 'checked' : '' }}>
{{ getCurrencySymbol() }} enable_purchase ? '' : 'disabled' }}>
Cancel
@push('scripts') @endpush @endsection