@extends('layout.master2') @push('style') @endpush @section('content')
Welcome back! Log in to your account.
@csrf
@error('username') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
@if (env('APP_ENV') == 'production')
@error('g-recaptcha-response') {{ $message }} @enderror
@endif
@endsection