{{-- Login/Sign-In --}} @extends('../user.app') @section('pagetitle') Login @stop @section('main-content')
Close
Enter your email and password to sign in
{{ csrf_field() }}
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
Forgot your password?Click here
New to Buyonlineclasses?
@endsection {{-- --}}