@extends('auth.layouts.header-client') @section('title', 'WTO') @section('content')

Sign In

Back to site

@if(session()->has('msg')) {{ session()->get('msg') }} @elseif($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif
{{ trans('admin.login_forgot') }}

You don’t have an account? Register

@stop