@extends('layout.layout') @section('title', 'Giriş Yap') @section('styles') @parent @stop @section('content') Giriş Yap Lütfen giriş bilgilerinizi giriniz! @csrf Eposta Adresi Şifre @if(env('GOOGLE_RECAPTCHA_KEY')) @endif Giriş Şifremi Unuttum! Üye Ol! @if($errors->any()) @foreach($errors->all() as $error) {{ $error }} @endforeach @endif @stop @section('scripts') @parent @endsection
Lütfen giriş bilgilerinizi giriniz!