@extends('master') @section('content')
@csrf
@error('cmbProduct') {{$message}} @enderror
@error('txtQty') {{$message}} @enderror
@endsection @section('script') @endsection