@extends('theme.master') @section('title', "Guest User") @section('content') @include('admin.message')

{{ __('frontstaticword.GuestUserRegister') }}

{{ csrf_field() }}

{{ __('Already registered') }}

@csrf
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif

@endsection