@extends('admin.layouts.login', ['class' => 'bg-secondary']) @section('content') @include('admin.layouts.headers.guest')
Logo
@csrf
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if (Route::has('password.request')) {{ __('labels.forgot_password') }} @endif
@endsection