@extends('layouts.account') @section('breadcrumb')
Are you sure you want to delete the following device?
User Agent: {{ $device->user_agent }}
{!! Form::open(['route' => 'account.device.destroy', 'method' => 'delete']) !!} {!! Form::hidden('uuid', $device->uuid) !!} {!! Form::submit('Delete', ['class' => 'btn btn-danger']) !!} {!! Form::close() !!} @endsection