@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