@extends('backend.partials.master') @section('title') Product Create @endsection @section('maincontent')

Create Product

{{-- Form container to toggle visibility --}}
@csrf @if(!empty($old)) @method('PUT') @endif
barcode
Cancel
{{-- Printable area --}} @if(!empty($quantity) && !empty($printNow)) @endif
@endsection