@extends('layouts.panel.login') @section('content')
{{--

Welcome!

Use these awesome forms to login or create new account in your project for free.

--}}
{{--
Inicia sesión
--}}
{{ csrf_field() }} @if ($errors->any()) @endif
@endsection