@extends('layouts.main') @section('content')
@csrf
@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