@extends('layouts.main') @section('content') Sign In Login To Your Account @csrf User Name @if ($errors->has('email')) {{ $errors->first('email') }} @endif Password @if ($errors->has('password')) {{ $errors->first('password') }} @endif Remember me Forgot password? Register Now @csrf Your Name @if ($errors->registerForm->has('name')) {{ $errors->registerForm->registerForm->first('name') }} @endif Email @if ($errors->registerForm->has('email')) {{ $errors->registerForm->first('email') }} @endif Password @if ($errors->registerForm->has('password')) {{ $errors->registerForm->first('password') }} @endif Confirm Password @if ($errors->registerForm->has('password_confirmation')) {{ $errors->registerForm->first('password_confirmation') }} @endif @endsection @section('css') @endsection @section('js') @endsection