@extends('layouts.app') @section('header') Duralux || Login Creative @endsection @section('content')

{{ __('auth.login_title') }}

{{ __('auth.login_subtitle') }}

{{ __('auth.login_message', ['app_name' => 'Nelel']) }}

@csrf @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{ __('auth.dont_have_account') }} {{ __('auth.create_account') }}
@endsection @section('scripts') @endsection