@extends('layouts.adminLayouts') @section('head') @stop @section('content-header')

تنظیمات سایت

{{ Breadcrumbs::render('settings.index') }}
@stop @section('content')
{{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}}

در این حالت فقط پنل مدیریت فعال خواهد بود

@if($mayor->links) @foreach(json_decode($mayor->links) as $key=>$link) @if($link) @endif @endforeach @endif
@foreach($gateways as $gateway)

{{$gateway->name}}


@if($gateway->config != null) @foreach (json_decode($gateway->config) as $key=>$config)
@endforeach @endif @if($gateway->type == 'offline')
@endif
ذخیره کردن
@endforeach

اطلاعات پنل SMS


ذخیره کردن

مدیریت ریکپچا 3 گوگل (امنیتی)


ذخیره کردن

تنظیمات ایمیل SMTP


ذخیره کردن
تست ایمیل
@include('layouts.loading') @stop @section('modals') @include('admin.includes.add-edit-modal') @endsection @section('footer') @stop