@extends('App.Web.layouts.html') @section('header') Login @stop @section('content')

Login

@if (isset($errors) && $errors->any())
@endif
@csrf
@stop