9 lines
152 B
PHP
9 lines
152 B
PHP
@extends('master')
|
|
|
|
@section('title')
|
|
Deleted Contact « Admin CP
|
|
@stop
|
|
|
|
@section('content')
|
|
<p>Successfully deleted the contact information.</p>
|
|
@stop
|