@include('admin.layouts.partials.style') @yield('style')
img

{{__('Admin Login')}}

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