@extends('admin.layouts.app_login') @section('pageTitle') {{ Lang::get('main.login_page_title') }} @endsection @section('content')
{{ csrf_field() }}

Sign In

Enter any username and password.
@if ($errors->has('username')) {{ $errors->first('username') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
Forgot Password?

Forget Password ?

Enter your e-mail address below to reset your password.

@endsection