WP File Manager
Current Path:
/
home
/
itutorethiopia
/
public_html
/
resources
/
views
/
questionanswer
/
mail
/
Name
Action
..
answer.blade.php
Edit
approved.blade.php
Edit
delete.blade.php
Edit
unapproved.blade.php
Edit
Editing: unapproved.blade.php
@extends('layouts.mailtemplate') @section('content') <h2>Hello {!! $authorname !!} , </h2> <p>Sorry!!! Your {!! $item !!} has not been unapproved by Admin...</p> <p>{!! $item !!} Details<br> {!! $item !!} Title : {!! $title !!} <br> click <a href="{!! $link !!}"> here </a> to view your {!! $item !!}. </p> <p> Try to post another {!! $item !!}!! Congrats in Advance!!!</p> <br /><br /><p> Thank You </p> {!! CNF_APPNAME !!} @stop