@extends('layouts.app') @section('title', 'My Account - AutoPart') @section('content')

My Account

Home Account
{{-- Login/Register Tabs --}}
@if($errors->any())
@foreach($errors->all() as $error)

{{ $error }}

@endforeach
@endif {{-- Login Form --}}
@csrf
{{-- Register Form --}}
@endsection