{{--
@csrf
@if (Laravel\Jetstream\Jetstream::hasTermsAndPrivacyPolicyFeature())
{!! __('I agree to the :terms_of_service and :privacy_policy', [ 'terms_of_service' => ''.__('Terms of Service').'', 'privacy_policy' => ''.__('Privacy Policy').'', ]) !!}
@endif
--}} @extends('includes.layout') @section('content') @if (session('error'))
{{ session('error') }}
@endif @if (session('success'))
{{ session('success') }}
@endif
Login Image
@endsection