@extends('template.content') @section('content')
{{$subtitle}}
Template Name | : | {{$row->name}} |
slug | : | {{$row->slug}} |
subject | : | {{$row->subject}} |
content | : | @php echo $row->content; @endphp |
description | : | {{$row->description}} |
from_name | : | {{$row->from_name}} |
from_email | : | {{$row->from_email}} |
cc_email | : | {{$row->cc_email}} |
Image | : |
@if($row->image)
@else
no image @endif |