@extends('layouts.main') @section('title', 'Nomadic-Login') @section('content')

{{__('Sign In')}}

@if (session('error'))
{{session('error')}}
@endif
@csrf
{{__("Don’t have an account?")}} {{__('Sign up')}} {{__('Login with email')}}
{{__("Didn’t get an SMS?")}} {{__('Send again')}}
@endsection @section('footer_scripts') @endsection