10 lines
148 B
PHP
10 lines
148 B
PHP
|
@extends('master')
|
||
|
|
||
|
@section('title')
|
||
|
Edit Contact « Admin CP
|
||
|
@stop
|
||
|
|
||
|
@section('content')
|
||
|
<p>Successfully edited the contact information.</p>
|
||
|
@stop
|