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

{{ $invset->text_before_title}}

{{ $invset->text }}

4:52 PM

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