@extends('template.main-template') @section('content') Customer Area @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif LOGIN YOUR ACCOUNT @csrf E-Mail PASSWORD LOGIN {{-- CREATE YOUR ACCOUNT @csrf E-Mail Full Name PASSWORD Create Account @endsection
{{ $error }}