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

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

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