@extends('layout.master') @push('plugin-styles') @endpush @section('title', __('dashboard.Invitation settings')) @section('content')
{{ __('dashboard.Message templates') }}
@foreach ($templates as $template) @endforeach
{{ __('dashboard.Template name') }} {{ __('dashboard.begin') }} {{ __('dashboard.end') }} {{ __('dashboard.buttons') }} {{ __('dashboard.status') }} {{ __('dashboard.last updated') }} {{ __('dashboard.action') }}
{{ $template->name }} {{ $template->salutation }} {{ $template->footer }} @isset($template->actions_buttons) {{ json_decode($template->actions_buttons)->accept_text .'/'.json_decode($template->actions_buttons)->reject_text }} @endisset {{ __('dashboard.' . $template->status) }} {{ date('Y-m-d', strtotime($template->updated_at)) }}
@if($template->user_id) @endif
@endsection @push('plugin-scripts') @endpush @push('custom-scripts') @endpush