@extends('frontend.layouts.master') @section('content')

{{ __('frontend.Sign in') }}

@csrf {{--   Sign in with Facebook   Sign in with Google --}}
@error('email')

{{ $message }}

@enderror
{{ __('frontend.Forgot password?') }}

{{ __('frontend.Dont have account?') }} {{ __('frontend.Sign up') }}

@endsection