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


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

@endsection