@extends('layout.master') @push('plugin-styles') @endpush @section('title', __('dashboard.Invitation settings')) @section('content')
| {{ __('dashboard.Template name') }} | {{ __('dashboard.user') }} | {{ __('dashboard.status') }} | {{ __('dashboard.last updated') }} | {{ __('dashboard.action') }} |
|---|---|---|---|---|
| {{ $template->name }} | @isset($template->user->name) {{ $template->user->name }} @endisset | {{ __('dashboard.' . $template->status) }} | {{ date('Y-m-d', strtotime($template->updated_at)) }} |