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

Log in to your account


@include('partials.session')
@csrf
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif


Or Use Your Social Account


facebook
google
twitter

Don't have an account? Sign Up
@endsection