@extends(env('APP_NAME').'.layout') @push('head') {!! resource('asset/css/uhak/edm/edm.css') !!} {!! resource('asset/css/uhak/pages.css') !!} @endpush @section('content')
회원가입 창!! (resources/views/edmuhak/component/member/register-form.blade.php)

회원가입

* 표시 항목은 필수입력사항이며,
만 14세이상만 회원가입이 가능합니다
@csrf

@if (!empty($errors->get('id'))) {{ $errors->first('id') }} @elseif (!empty($errors->get('message'))) {{ $errors->first('message') }} @endif

{{ !empty($errors->get('password')) ? $errors->first('password') : '' }}

{{ !empty($errors->get('password_check')) ? $errors->first('password_check') : '' }}

@if (!empty($errors->get('lastname'))) {{ $errors->first('lastname') }} @elseif (!empty($errors->get('firstname'))) {{ $errors->first('firstname') }} @endif

@if (!empty($errors->get('email'))) {{ $errors->first('email') }} @endif

@if (!empty($errors->get('phone'))) {{ $errors->first('phone') }} @endif

@if (!empty($errors->get('region')))
{{ $errors->first('region') }}
@endif

*희망유학

@foreach ($countries as $key => $country) code)> @endforeach

@foreach ($types as $key => $type) code)> @endforeach

유학정보 및 프로모션 정보를 받아보시겠습니까?

이용약관 및 개인정보수집 동의

자세히보기
{{ !empty(S3Policy::find('service')) ? S3Policy::find('service')->render():'' }}

자세히보기
{{ !empty(S3Policy::find('data-collection')) ? S3Policy::find('data-collection')->render():'' }}
@if (!empty($errors->get('agreement')))
{{ $errors->first('agreement') }}
@endif
@endsection