@extends('la.layouts.auth') @section('htmlheader_title') Log in @endsection @section('content')
@if (count($errors) > 0)
Whoops! There were some problems with your input.

@endif
@include('auth.partials.social_login') I forgot my password
@include('la.layouts.partials.scripts_auth') @endsection