@extends('layouts.guest') @section('title', __('auth.login')) @section('container')

{{ __('app.welcome-msg') }}

{{ __('app.welcome-msg-desc') }}

{{ __('app.sign_in') }}

@include('layouts.session')
@endsection @section('js') @endsection