@extends('layouts.app') @section('title', 'New Item') @section('page-title', 'Create New Item') @section('content')
@csrf
Basic Information
@error('name')
{{ $message }}
@enderror
@error('type')
{{ $message }}
@enderror

Drag images here or

Browse images
Sales Information
{{ getCurrencySymbol() }}
Purchase Information
{{ getCurrencySymbol() }}
Cancel
@push('scripts') @endpush @endsection