@extends('layouts.app') @section('content')
{{ _lang('Add New') }}
{{ _lang('List Email Template') }}
@foreach($companyemailtemplates as $companyemailtemplate) @endforeach
{{ _lang('Name') }} {{ _lang('Subject') }} {{ _lang('Action') }}
{{ $companyemailtemplate->name }} {{ $companyemailtemplate->subject }}
{{ csrf_field() }}
@endsection