@extends('layouts.app') @section('content')
{{ csrf_field() }}
@if ($errors->has('email'))

{{ $errors->first('email') }}

@endif
@if ($errors->has('password'))
ck">

{{ $errors->first('password') }}

@endif
@endsection