@extends('layouts.admin.admin') @section('title', 'Add Other Product Option') @section('content')
@csrf
Add Other Product Option

@error('option_name') {{ $errors->first('option_name') }} @enderror
@if($otherProduct->has_option == '1' && $otherProduct->use_option_price == '1')

@error('old_price') {{ $errors->first('old_price') }} @enderror
@error('sale_price') {{ $errors->first('sale_price') }} @enderror
@endif
@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
@endsection