@extends('backend.layout.master') @section('title', __('Register Page Settings')) @section('style') @endsection @section('content')

{{ __('Register Page Settings') }}

@csrf










@can('register-page-settings-update') @endcan
@endsection @section('script') @endsection