@extends('layouts.app') @section('head') @include('layouts.partials.headersection',['title'=>'System Environment Settings']) @endsection @section('content')

Note : {{ __('Dont Use Any Kind Of Space In The Input Fields') }}

@csrf
@if(getenv("AUTO_APPROVED_DOMAIN") !== false)
Domain Configuration
@endif
Google Recaptcha V2
Note : {{ __('If you are using MAIL QUEUE after Changing The Mail Settings You Need To Restart Your Supervisor From Your Server') }}
QUEUE COMMAND Path : {{ base_path() }}
QUEUE COMMAND : {{ __('php artisan queue:work') }}
@endsection @push('js') @endpush