@extends('layouts.normmaster')
@section('title', 'Login | Alboosh - Timeless authenticity, born of the desert')
@section('css')
@endsection
@section('content')
{{ __('basic.login msg head 1') }} {{ __('basic.login msg line 1') }}
{{ __('basic.welcome back') }}
@foreach (LaravelLocalization::getSupportedLocales() as $localeCode => $properties)
{{ $properties['native'] }}
@endforeach