@extends('front.layouts.auth_master') @section('title', isset($title) ? $title : 'Home') @section('description', isset($description) ? $description : '') @section('keywords', isset($keywords) ? $keywords : '') @section('content')
{{ __('Login Account') }}
{{ __('RSCN will create, manage and advocate for a national network of protected areas to conserve Jordan’s biodiversity and support local community development, while promoting wider public support and action for the protection of the natural environment within Jordan and neighboring countries.') }}
@csrf
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
{{ __('Register Now') }}
{{--
--}} @endsection