@extends('layouts.app') @section('content')
返回
登出所有设备
@if (session('success'))
{{ session('success') }}
@endif
{{ csrf_field() }}
@endsection