@extends('layouts.admin.admin') @section('title', 'Add Other Product') @section('content')
Add Other Product
@csrf
Add Form
@error('product_name') {{ $errors->first('product_name') }} @enderror
@error('is_free') {{ $errors->first('is_free') }} @enderror

@error('image') {{ $errors->first('image') }} @enderror
@error('price') {{ $errors->first('price') }} @enderror
@error('quantity') {{ $errors->first('quantity') }} @enderror
@error('national_postage_fee') {{ $errors->first('national_postage_fee') }} @enderror
@error('international_postage_fee') {{ $errors->first('international_postage_fee') }} @enderror
@error('sort') {{ $errors->first('sort') }} @enderror
@error('status') {{ $errors->first('status') }} @enderror
@error('collection_show') {{ $errors->first('collection_show') }} @enderror
@error('has_option') {{ $errors->first('has_option') }} @enderror
@error('user_option_price') {{ $errors->first('use_option_price') }} @enderror
@error('description') {{ $errors->first('description') }} @enderror
@error('instruction') {{ $errors->first('instruction') }} @enderror
Options
Title Old Price Sale Price National Postage Fee International Postage Fee Sort Status
@endsection