@extends('layouts.management') @section('content')
Management

Sign in

Management > Sign in

Sign-in to management panel

@if($errors->any())

Connection failed
{{$errors->first()}}


@endif
@csrf
@endsection