@extends('auth.master') @section('title', trans('auth.login.title')) @section('content')
@if (Session::has('msg'))
{{ Session::pull('msg') }}
@endif

@lang('auth.register-link')
@endsection