@include('admin.layouts.partials.style') @yield('style')
{{__('Admin Login')}}
@csrf
@if ($general->g_captcha == 1)
@if ($errors->has('g-recaptcha-response'))
{{$errors->first('g-recaptcha-response')}}
@endif
@endif
{{__('Login')}}
@include('admin.layouts.partials.script') @include('admin.layouts.partials.messages') @yield('script')