@extends('backend.auth.layouts.app') @section('title') {{ __('Sign In') }} | {{ config('app.name') }} @endsection @section('admin-content')

{{ __('Sign In') }}

{{ __('Enter your email and password to sign in!') }}

@csrf
@include('backend.layouts.partials.messages')
{{ __('Forgot password?') }}
@endsection @if (env('DEMO_MODE', true)) @push('scripts') @endpush @endif