@extends('dashboard.auth.layout') @section('content')

{!! trans('dashboard.messages.welcome_login_msg', ['project_name' => setting('project_name')]) !!}! 👋

{!! csrf_field() !!} {{--
--}}
{!! Form::select('phone_code', $countries, null , ['class' => 'form-control select2 w-100' , 'placeholder' => '' , 'id' => 'modern-country']) !!} {{-- --}}
{{--
--}}
{{--

{{ trans('dashboard.auth.send_code') }}

--}} @endsection