@extends('layouts.master') @section('title') {{ __('general_settings') }} @endsection @section('content')
@csrf

{{ __('general_settings') }}


{{-- online payment mode setting --}} @if(isset($settings['online_payment'])) @if($settings['online_payment'])
*
@else
*
@endif @else
*
@endif {{-- end of online payment mode setting --}}
     

{{ __('social') . ' ' . __('links') }}


*
*
*
*
{{__('Note')}} :- {{__('get_the_link_from_google_map_with_embed_url_and_paste_only_src_from_it')}}
     

{{ __('recaptcha') }}


*
*
*
@endsection @section('script') @endsection