@extends('layout.layout') @section('title', 'Giriş Yap') @section('styles') @parent @stop @section('content')
Markest

Giriş Yap

Lütfen giriş bilgilerinizi giriniz!

@csrf
@if(env('GOOGLE_RECAPTCHA_KEY'))
@endif
@if($errors->any())
@foreach($errors->all() as $error) @endforeach
@endif
@stop @section('scripts') @parent @endsection