@extends('admin.layouts.login') @section('content')
{{ csrf_field() }}
@if ($errors->has('email')) @endif
@endsection