@extends('layout.app') @section('title', 'Website Settings') @section('content') @include('Admin.Include.aside_account') Website Settings @if (session('success')) {{ session('success') }} @endif @if (session('error')) {{ session('error') }} @endif Basic info @csrf @method('PUT') Website Name Website Description Facebook Twitter YouTube Instagram Logo Upload your image. Accepted formats: JPG, PNG, GIF. (150*60) @if ($settings->logo) @endif Icon Upload your image. Accepted formats: JPG, PNG, GIF. (50*50) @if ($settings->icon) @endif Store Price Please enter the store price! Currency Please enter the currency! About Us page Email Phone Whatsapp About Us Page Content {{ old('aboutUsContent', $settings->aboutUsContent) }} terms_and_conditions Page Content {{ old('terms_and_conditions', $settings->terms_and_conditions) }} About Us Image 1 @if ($settings->aboutUsImage1) @endif About Us Image 2 @if ($settings->aboutUsImage2) @endif About Us Image 3 @if ($settings->aboutUsImage3) @endif About Us Image 4 @if ($settings->aboutUsImage4) @endif Home Background @if ($settings->homeBackGround) @endif Home Text 1 {{ old('homeText1', $settings->homeText1) }} Home Text 2 {{ old('homeText2', $settings->homeText2) }} Home About Text {{ old('homeAboutText', $settings->homeAboutText) }} Home About Image @if ($settings->homeAboutImage) @endif Payment setting Enable Paymob paymob) ? 'checked' : '' }}> Please enable Paymob! api_key Please enter the api_key! integration_id Please enter the integration_id! iframe_id Please enter the iframe_id! In Paymob dashboard, go to Developers -> Payment Integrations -> Choose your ID of cart method and click Edit. In Transaction Processed Callback, add https://riser-store.com/account/my-account/. In Transaction Response Callback, add https://riser-store.com/account/my-account/. Save Changes {{-- --}} @endsection
In Paymob dashboard, go to Developers -> Payment Integrations -> Choose your ID of cart method and click Edit.
In Transaction Processed Callback, add https://riser-store.com/account/my-account/.
In Transaction Response Callback, add https://riser-store.com/account/my-account/.