Sub reseller login interface
@include('layouts.partials.messages')
Username
@if ($errors->has('username'))
{{ $errors->first('username') }}
@endif
Password
@if ($errors->has('password'))
{{ $errors->first('password') }}
@endif
Login