@extends('layouts.login') @section('browserTitle', 'Logout') @section('title') {{ trans('login.logout') }} @endsection @section('subtitle') {{ trans('login.logoutMsg') }} @endsection @section('body')
{{ trans('login.confirmLogout') }}