@extends('frontend.auth.app') @section('title', _trans('auth.Sign In')) @section('content')

{{ _trans('auth.Sign In') }}

{{ _trans('auth.welcome back please login to your account') }}

@if (session('error'))

{{ session('error') }}
@endif

@csrf


{{ _trans('auth.Forgot password?') }}
@endsection