@extends('web.layouts.main') @section('content')

{{__('web.regist')}}

{{__('web.regist_desc')}}

@CSRF @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

{{__('web.haveacc')}} {{__('web.login')}}

@push('js') @endpush @stop