@extends('common::layouts.master')
@section('settings')
aria-expanded="true"
@endsection
@section('s-show')
show
@endsection
@section('email_temp')
active
@endsection
@section('settings_active')
active
@endsection
@section('content')
| # |
{{ __('language') }} |
{{ __('email_group') }} |
{{ __('subject') }} |
{{ __('options') }} |
@foreach ($emailTemplates as $template)
| {{ $template->id }} |
{{ $template->lang }} |
{{ $template->email_group }} |
{{ $template->subject }} |
|
@endforeach
@endsection