@include('site.foreign.controllers.upper-header') @include('site.foreign.controllers.header')

@lang('data.login')

@lang('data.SignInAsAnEmployee')

@csrf
@lang('data.mobile')
@if ($errors->has('mobile')) {{ $errors->first('mobile') }} @endif
@lang('data.password')
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@include('site.foreign.controllers.footer')