jonnybarnes.uk/resources/views/admin/deletetokensuccess.blade.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