@extends('layout.simpleapp') @section('content') {{__('Hello, Friend')}} {{__('If you have an account already you can sign in')}} {{ __('Sign In') }} {{ __('Sign Up') }} @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif @if (Session::has('error')) {{ session('error') }} @endif @csrf {{ __('Please sign Up to Enter') }} {{ __('Name') }} {{ __('Email') }} {{ __('Password') }} {{ __('Confirm Password') }} {{ __('Image') }}     {{ __('Image') }}     {{ __('I have read and agree to the') }} {{ __('Privacy Policy') }} {{ __('And') }} {{ __('Terms And Conditions') }} {{ __('SIGNUP') }} {{ __('Already have an Account?') }}   {{ __('Sign In') }} @endsection @section('script') @endsection
{{__('If you have an account already you can sign in')}}