@section('meta_title', __('Sign in to our platform'))

{{ __('Sign in to our platform') }}

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf