@extends('platform::auth') @section('title',__('Sign in to your account')) @section('content')

{{__('Sign in to your account')}}

@csrf @includeWhen($isLockUser,'platform::auth.lockme') @includeWhen(!$isLockUser,'platform::auth.signin')
@endsection