@extends('layouts.app') @section('title', 'Delete User') @section('content')

Are you sure you want to delete {{ $user->name }}?

@csrf @method('DELETE') Cancel
@endsection