@extends('landing::_layouts.master') @section('title', __('messages.global.login')) @section('content') {{-- Header --}}

{{ __('messages.global.user_area') }}

{{-- Starting gradient --}} @include('landing::_layouts/_partials/gradient-start', ['fill' => '#f7fafc']) {{-- Login Form --}} @include('user::auth/_includes/login_form')
{{-- Register --}}

{{ __('messages.global.not_yet_account') }}

{{ __('messages.global.create_account') }}
{{-- Ending gradient --}} @include('landing::_layouts/_partials/gradient-end', ['fill' => '#ffffff']) @endsection