@extends('layouts.app') @section('styles') @endsection @section('content')

{{ __('Remove a Profile') }}

{{ __('Are you sure you want to remove the following profile for this user?') }}

{{ csrf_field() }} {{ method_field('DELETE') }}
{{ __('Name') }} {{ __('Email Address') }} {{ __('Profile') }} {{ __('Open since') }}
{{ $user->name }} {{ $user->email }} {{ $profile->trans('profilename') }} {{ $userprofile->created_at }}
@endsection @push('scripts') @endpush