@extends('layouts.master') @section('title') {{ __('general_settings') }} @endsection @section('content')
@csrf
{{-- online payment mode setting --}} @if(isset($settings['online_payment'])) @if($settings['online_payment'])
*
@else
*
@endif @else
*
@endif {{-- end of online payment mode setting --}}
@endsection @section('script') @endsection