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: answer.blade.php
@extends('layouts.mailtemplate') @section('content') <h2>Hello {!! $authorname !!} , </h2> <p>{!! $item !!} Details<br> {!! $item !!} Title : {!! $title !!} <br> Answer : {!! $answer !!} <br> click <a href="{!! $link !!}"> here </a> to view your {!! $item !!}. </p> <br /><br /><p> Thank You </p> {!! CNF_APPNAME !!} @stop