@extends('layouts.main') @section('breadcrumb') @endsection @section('content')

{{ __('Delete') }}

Are you sure you want to delete the following device?

User Agent: {{ $device->user_agent }}

@method('delete') @csrf
@endsection