@extends('backend.admin-master') @section('style') @endsection @section('site-title') {{__('Email Template')}} @endsection @section('content')

{{__("Email Template")}}

@csrf
use your web mail here
@username {{__('Will replace by username of user and')}} @company {{__('will be replaced by site title also')}} @message {{__('will be replaced by dynamically with message.')}}
@include('backend.partials.media-upload.media-upload-markup') @endsection @section('script') @include('backend.partials.media-upload.media-js') @endsection