@extends('admin.layouts.master') @section('title',__('Global Template')) @section('content')

@lang('Short Code')

# @lang('CODE') @lang('DESCRIPTION')
1
{{message}}
@lang('Details Text From Script')
2
{{name}}
@lang('Users Name. Will Pull From Database and Use in EMAIL text')

@lang('Email Template')

@csrf

@endsection