@extends('layouts.main') @section('content')
@csrf @method('PATCH')
disabled) checked @endif name="disabled" class="custom-control-input custom-control-input-danger" id="switch1">
@error('name')
{{$message}}
@enderror
@error('currency_code')
{{$message}}
@enderror
Checkout the paypal docs to select the appropriate code link
@error('price')
{{$message}}
@enderror
@error('quantity')
{{$message}}
@enderror
Amount given to the user after purchasing
@error('display')
{{$message}}
@enderror
This is what the user sees at store and checkout
@error('description')
{{$message}}
@enderror
This is what the user sees at checkout
@endsection