@extends('layouts.vertical', ['pageTitle' => 'Email Design']) @section('css') @endsection @section('page-title') @include('layouts.partials/app-pagetitle', ['pageTitle'=> 'Email Design', 'pageSubTitle1' => 'Layouts', 'pageSubTitle2'=> 'Authentication', 'pageSubText' => 'Variety of email designs for different scenarios.']) @endsection @section('content')

You can find your email templates inside the source directory SmartAdmin/src/e-templates

Order Confirmation
Login Page
New Device Detected
New Device Detected
Verify Email
Verify Email
Password Change Request
Password Change Request
One Time Code
Password Reset
@endsection @section('scripts') @endsection