@extends('landing::_layouts.master')
@section('title', __('messages.global.login'))
@section('content')
{{-- Header --}}
{{-- Starting gradient --}}
@include('landing::_layouts/_partials/gradient-start', ['fill' => '#f7fafc'])
{{-- Login Form --}}
@include('user::auth/_includes/login_form')
{{-- Register --}}
{{ __('messages.global.not_yet_account') }}
{{-- Ending gradient --}}
@include('landing::_layouts/_partials/gradient-end', ['fill' => '#ffffff'])
@endsection