@extends('layouts.frontend') @section('meta')
{{ $error }}
{{trans('general.youremail')}} @if ($errors->has('email')) {{ $errors->first('email') }} @endif
{{trans('general.password')}} @if ($errors->has('password')) {{ $errors->first('password') }} @endif
{{trans('general.confirmpass')}} @if ($errors->has('password_confirmation')) {{ $errors->first('password_confirmation') }} @endif