{{--
=====================================================
Etebarit - by Gisoo Web Solutions
------------------------------------------------------
Gisoo.net
------------------------------------------------------
Copyright (c) 2026 Gisoo Web Solutions
=====================================================
This code is protected by copyright
=====================================================
File: pay.blade.php
------------------------------------------------------
Use: The public, shop-branded landing that stands in for a
merchant's checkout. Top: logo, name, support phone.
Middle: an amount to enter (open) or a fixed amount from
a payment link. Bottom: the shop's social links. Submits
to open a real gateway order and forward to the payment
page -- it is never itself a payment page.
=====================================================
--}}
@extends('layouts.gateway')
@section('title', __('front.shop_pay.title', ['shop' => $shop->name]))
@php
use App\Support\Format;
$socials = $shop->socialLinks();
$socialIcons = [
'instagram' => '
{{ __('front.shop_pay.unavailable_body') }}
{{ __('front.shop_pay.powered_by') }} {{ __('front.app.name') }}