@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.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)) }}
@if($template->status == 'in review') @elseif($template->status == 'active') @elseif($template->status == 'cancelled') @endif
@endsection @push('plugin-scripts') @endpush @push('custom-scripts') @endpush