@extends('auth.layouts') @section('title', sysConfig('website_name') . ' - ' . trans('auth.login')) @section('content')
@if (sysConfig('oauth_path')){{ trans('auth.register.promotion') }} {{ trans('auth.register.attribute') }}
@endif @endsection @section('javascript') @if(config('app.env') === 'demo') @endif @endsection