@extends('layouts.login') @section('browserTitle', 'Login') @section('title') Login @endsection @section('subtitle') {{ trans('login.initMsg') }} @endsection @section('body')
{{ trans('login.exitMsg') }} Homepage