@extends('layouts.admin.adminlayout') @section('header_scripts') @stop @section('content')
{{ getPhrase('title')}} {{ getPhrase('subject')}} {{ getPhrase('type')}} {{ getPhrase('from_email')}} {{ getPhrase('from_name')}} {{ getPhrase('action')}}
@endsection @section('footer_scripts') @include('common.datatables', array('route'=>'emailtemplates.dataTable')) @include('common.deletescript', array('route'=>'/email/templates/delete/')) @stop