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

{{ __('System Settings') }}


{{ __('School Website Management Feature Settings') }}


{{ __('note_if_you_have_vps_server') }}
status) checked @endif class="feature-checkbox" type="checkbox" name="website_management" value="1"/>
{{-- End System Settings --}}
@endsection