@extends('layout.auth') @section('title', __('Login')) @section('title1', __('Login')) @section('class_global', 'login-container') @section('content')
@if (Route::has('register') && env('MODE_UPDATE', 0) == 1){{ __("Don't have an account?") }} {{ __('Create Account') }}