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

Login To Your Account

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

Register Now

@csrf
@if ($errors->registerForm->has('name')) {{ $errors->registerForm->registerForm->first('name') }} @endif
@if ($errors->registerForm->has('email')) {{ $errors->registerForm->first('email') }} @endif
@if ($errors->registerForm->has('password')) {{ $errors->registerForm->first('password') }} @endif
@if ($errors->registerForm->has('password_confirmation')) {{ $errors->registerForm->first('password_confirmation') }} @endif
@endsection @section('css') @endsection @section('js') @endsection