@extends('layouts.panel') @section('title', $title) @push('css') @endpush @section('breadcrumb') @endsection @section('content') @slot('title')
{{$title}}
@endslot
@csrf @isset($item) @method("PUT") @endisset
@lang('Template Parameters')
  • {site_name}: @lang('Website Name')
  • {recipient_nome}: @lang('Student/Teacher/Tutor First Name')
  • {recipient_cognome}: @lang('Student/Teacher/Tutor Last Name')
  • {recipient_email}: @lang('Student/Teacher/Tutor Email')
  • {titolo}: @lang('Teacher/Tutor Title')
  • {student_name}: @lang("Student's Full Name")
  • {fiscal_code}: @lang("Student's Fiscal Code")
@endsection @push('js') @endpush