@extends('storefront.layout') @section('title', 'Payment Terms') @section('content')

Business credit

Pay on Terms

Payment terms are subject to credit review and approval. To apply, complete a credit application with information about your company, its owners, and authorized representatives.

Credit subject to approval.

@foreach ([ ['No guarantee of approval', 'Submitting an application does not guarantee approval.'], ['Terms vary by review', 'Approved payment periods and credit limits may vary based on the results of our review.'], ['Shop while we review', 'You can continue ordering with Credit Card, ACH transfer, or Wire transfer.'], ] as [$title, $body])

{{ $title }}

{{ $body }}

@endforeach
@endsection