@extends('layouts.adminlogin') @section('title', "Login") @section('content')
{!! csrf_field() !!}

Login

Forgot Your Password?
@if(helper()->getSettings('enable_register') == 1)

@endif
@include('layouts.copyright')
@endsection