@extends('layouts.app') @section('title', 'Login - ' . $setdata['name']) @section('content')

Login

@csrf
@error('email')
{{ $message }}
@enderror
@if (Route::has('password.request')) @endif
@error('password')
{{ $message }}
@enderror
{!! NoCaptcha::renderJs() !!} {!! NoCaptcha::display() !!} @if ($errors->has('g-recaptcha-response')) {{ $errors->first('g-recaptcha-response') }} @endif
@endsection