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

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

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

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

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