@extends('layouts.master') @section ('styles') @stop @section('class_body') animsition page-login-v3 layout-full @stop @section('body')
>
@include('includes.logo',['width'=>150])

CREDENCIALES

{{ csrf_field() }}
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
{{--Forgot password?--}}
@stop