@extends('dashboard.layouts.master') @section('title', __('View Email Template')) @push("after-styles") @endpush @section('content')

View {{ __('backend.emailtemplate') }}

{{ __('backend.dashboard') }}/ {{ __('backend.generalSiteSettings') }}/ {{ __('backend.emailtemplate') }} / View Email Template
{{ Form::open(['route' => ['emailtemplate.update', 'id' => $emailtemplate->id], 'method' => 'POST', 'files' => true]) }}
@if(isset($emailtemplate->product_item_id)) @endif
{{ Form::close() }}
@endsection @push("after-scripts") @endpush