@extends('auth.layouts') @section('title', trans('auth.login')) @section('content')
@if(\App\Components\Helpers::systemConfig()['is_register']){{trans('auth.register_tip')}} {{trans('auth.register')}}
@endif @endsection @section('script') @endsection