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

{{__('Login')}}

@if (session('error'))
{{session('error')}}
@endif @if (session('success'))
{{session('success')}}
@endif
@csrf
{{__('Login with phone')}} {{__('Forgot password?')}}
{{__("Don’t have an account?")}} {{__('Sign up')}}
@endsection @section('footer_scripts') @endsection