@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