芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/myvyralapp.com/bck/resources/views/user/auth/register.blade.php
@extends('user.layouts.user_auth') @php $lang = selectedLang(); $auth_slug = Illuminate\Support\Str::slug(App\Constants\SiteSectionConst::AUTH_SECTION); $auth_text = App\Models\Admin\SiteSections::getData( $auth_slug)->first(); $type = Illuminate\Support\Str::slug(App\Constants\GlobalConst::USEFUL_LINKS); $policies = App\Models\Admin\SetupPage::orderBy('id')->where('type', $type)->where('slug',"terms-and-conditions")->where('status',1)->first(); @endphp @section('content')
{{ __("Register for an Account Today") }}
{{ __(@$auth_text->value->language->$lang->register_text) }}
@csrf
{{ __("Email") }}
@if($basic_settings->agree_policy)
{{ __("I have agreed with") }}
{{__("Terms Of Use & Privacy Policy")}}
@endif
{{ __("Continue") }}
{{ __("Already Have An Account?") }}
{{ __("Login Now") }}
@endsection @push('script') @endpush