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

Profile

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