@extends('auth.master') @section('title', __('Login')) @section('content') @php $settings = \App\Models\Setting::first()->values; @endphp {{ __('static.welcome_note') }} {{ $settings['general']['site_name'] ?? ''}} {{ __('static.sign_in_note') }} @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif @csrf {{ __('static.email') }} {{ __('static.password') }} @if (Route::has('password.request')) {{ __('static.login.forgot_password') }} @endif {{ __('auth.sign_in') }} {{ __('frontend::auth.not_member') }} Sign up @isset($settings['activation']['default_credentials']) @if($settings['activation']['default_credentials']) Admin Provider Serviceman @endif @endisset @endsection @push('js') @endpush
{{ __('static.sign_in_note') }}
{{ $error }}