@extends('layouts.app') @section('styles') @endsection @section('content')
{{ __('Are you sure you want to delete the following profile from this invoice?') }}
{{ $user->name }} ({{ $user->email }}) - {{ $user->profileDate }}
{{ __('Warning: this action cannot be undone.') }}