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

@lang('Welcome Back! Please login')

@csrf
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@error('password') {{ $message }} @enderror

@if ($socialsetting->f_check == 1) @endif @if ($socialsetting->g_check == 1) @endif
@endsection