@extends('layouts.app') @section('title', 'Login - PropTrader Pro') @section('styles') @endsection @section('content')
PropTrader Pro

Welcome Back

Sign in to your trading account

Secure Login
@csrf @if ($errors->any())
{{ implode(' ', $errors->all()) }}
@endif
Forgot password?
@endsection