@extends('layouts.site') @section('title','Secure login — RealtorBH') @section('content')
@csrf

CMS login

Authorized RealtorBH team members only.

@if($errors->any())
{{ $errors->first() }}
@endif
@endsection