@extends('layout.app') @section('title', 'Website Settings') @section('content')
@include('Admin.Include.aside_account')

Website Settings

@if (session('success')) @endif @if (session('error')) @endif

Basic info

@csrf @method('PUT')
Upload your image. Accepted formats: JPG, PNG, GIF. (150*60)
@if ($settings->logo) Logo Preview @endif
Upload your image. Accepted formats: JPG, PNG, GIF. (50*50)
@if ($settings->icon) Icon Preview @endif
Please enter the store price!
Please enter the currency!

About Us page

@if ($settings->aboutUsImage1) About Us Image 1 Preview @endif
@if ($settings->aboutUsImage2) About Us Image 2 Preview @endif
@if ($settings->aboutUsImage3) About Us Image 3 Preview @endif
@if ($settings->aboutUsImage4) About Us Image 4 Preview @endif
@if ($settings->homeBackGround) Home Background Preview @endif
@if ($settings->homeAboutImage) Home About Image Preview @endif

Payment setting

paymob) ? 'checked' : '' }}>
Please enable Paymob!
Please enter the api_key!
Please enter the integration_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/.

{{-- --}}
@endsection