@extends('admin.layout.base') @section('title', 'Signin') @section('content')

Welcome to Innotique Global! 👋

Please sign-in to your account and start the Innovation journey

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

New on our platform? Create an account

@endsection