@extends('user.header') @section('userContent')
@include('extensions.alerts')

{{ isset($shipping) ? 'Edit' : 'Add' }} Tax

@csrf @if (isset($shipping)) @method('PATCH') @endif
Shipping Info

type != 'price') style="display:none;" @endif @else @if(old('type') != 'price') style="display:none;" @endif @endif >
Price From / To
type != 'weight') style="display:none;" @endif @else @if(old('type') != 'weight') style="display:none;" @endif @endif>
Weight From / To

@endsection