@extends('admin.layouts.layout-login') @section('content')
Welcome Back !

Sign in to continue to {{ \Config::get('settings.company_name') }}.

@include('admin.components.messages')
@csrf {{--

Login to your account

--}}
{{-- @if ($errors->has('email')) {{ $errors->first('email') }} @endif --}}
Forgot Password?
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if (\Config::get('settings.recaptcha_site_key'))
@error('g-recaptcha-response') {{ $message }} @enderror
@endif
@endsection @push('page_script') @endpush