@extends('Frontend.partials.layout') {{-- @dd($mail_msg, $mail_title); --}} @section('styles') @endsection @section('content') {{-- Main Section --}} {{-- col-6 content header --}} {{ trans("action.email_template") }} {{ trans("action.email_template") }} @foreach ($languages as $lang) {{ $lang->name }} @endforeach {{ trans('action.subjct_line_title') }} {{ trans('action.cron_blank_placeholder')}} {{trans('action.cron_available_placeholder')}} {{ $mail_msg }} {{ trans('action.cron_available_placeholder')}} {{-- placeholders modal --}} {{ trans('action.available_placeholders')}} × {{ "{first_name}" }} {{ "{last_name}" }} {{-- {{ "{start_date_time}" }} --}} {{-- {{ "{end_date_time}" }} --}} {{-- {{ "{link}" }} --}} {{-- {{ "{time_before}" }} --}} {{-- {{ "{client_note}" }} --}} {{ "{pdf_link}" }} {{-- /Main Section --}} @endsection @section('scripts') @endsection
{{ "{first_name}" }}
{{ "{last_name}" }}
{{ "{start_date_time}" }}
{{ "{end_date_time}" }}
{{ "{link}" }}
{{ "{time_before}" }}
{{ "{client_note}" }}
{{ "{pdf_link}" }}