@extends('front.layouts.master') @section('title', isset($title) ? $title : 'Home') @section('description', isset($description) ? $description : '') @section('keywords', isset($keywords) ? $keywords : '') @section('payment_credential') @php $hyperpayUrl = env('APP_ENV') == 'production' ? config('app.hyperpay')['production']['HYPERPAY_URL'] : config('app.hyperpay')['development']['HYPERPAY_URL']; @endphp @endsection @section('content')