@extends('layouts.default') @section('title', 'Login') @section('content')
Login
@session('error')
{!! $value !!}
@endsession @if (session('success')) @endif

{{__('Welcome Back !')}}

@csrf

{{__('Do not have an account ?')}}

{{__('Sign Up')}}
{{__('Forgot your password ?')}}

{{__('Sign In with Facebook')}} {{__('Sign In with Google')}}
@endsection