@extends('layouts.user') {{-- Web site Title --}} @section('title') {{ $title }} @stop {{-- Content --}} @section('content')

email {{ $title }}

{{ trans('table.id') }} {{ trans('email_template.title') }} {{ trans('email_template.text') }} {{ trans('table.actions') }}
@stop {{-- Scripts --}} @section('scripts') @if(isset($type)) @endif @stop