@extends('layout.master') @push('plugin-styles') @endpush @section('title', __('dashboard.Template details')) @section('content') @php $location = json_decode($template->location); $actions_buttons = json_decode($template->actions_buttons); @endphp
{{ __('dashboard.Template details') }}
Avatar
Yamarahib online

{{ $template->salutation }}

{{ $template->text }}

4:52 PM

@endsection @push('plugin-scripts') @endpush @push('custom-scripts') @endpush