@extends('layouts.login') @section('browserTitle', 'Login') @section('title') {{ trans('login.login') }} @endsection @section('subtitle') {{ trans('login.initMsg') }} @if(isset($message))
@endif @endsection @section('body')
@csrf
@csrf
@endsection @section('footer')


{{ trans('login.exitMsg') }}
Homepage

@endsection