@extends('layouts.backend.app') @section('title','Email Templates') @section('content')
Email Templates
@include('backend.settings.sidebar')
{{-- how to use callout --}}
How To Use:

You can edit email template here.

@yield('email-templates-content')
@endsection