@extends('layouts.app') @section('title', 'Sign In') @push('styles') @endpush @section('content')

Welcome Back

Sign in to manage your licenses

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