9 lines
154 B
PHP
9 lines
154 B
PHP
@extends('master')
|
|
|
|
@section('title')
|
|
Token Deleted « Admin CP
|
|
@stop
|
|
|
|
@section('content')
|
|
<p>You have successfully deletd the token: {{ $id }}</p>
|
|
@stop
|