@extends('Centaur::layout') @section('title', 'Login') @section('content')

@lang('login.login_title')

@include('Centaur::auth.login_form')
@stop