@extends('layouts.master-without-nav') @section('title') @lang('translation.sign-in') @endsection @section('content')
{{--
--}} {{-- --}} {{--
--}}

@lang('translation.login')

Welcome Back !

@lang('translation.login-to-start')

@csrf
@if ($errors->has('phone'))
    @foreach ($errors->all() as $error)
  • {{ __($error) }}
  • @endforeach
@endif
@endsection @section('script') @endsection