@extends('layouts.app') @section('content')

FTS GMS

{{ trans('app.sing_into_your_pages_account')}}

{{ csrf_field() }}
@if ($errors->has('username')) {{ $errors->first('username') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
{{ trans('app.forget_password')}}

{{ trans('app.still_no_account_please_go_to')}} {{ trans('app.register')}}

@endsection