@extends('admin::layouts.auth') @section('title') @lang('Admin | Login') @endsection @section('body') @endsection @section('content')
Welcome Back !

Sign in to continue to Uiniapply.

@csrf
@if ($text = Session::get('error'))
@if ($text = Session::get('error'))

{{ $text }}

@endif
@endif

© UniApply. Crafted with by Uniapply

@endsection