@extends('layouts.app') @section('content')
Profile
@if ($errors->count()) @foreach ($errors->all() as $error) @endforeach @endif
@method('PUT') @csrf
Delete account
@method('DELETE') @csrf
@endsection