@extends('layouts.app', ['title' => __tr('Edit Carousel Template')]) @section('content') @include('users.partials.header', [ 'title' => __tr('Edit Carousel Template'), 'description' => '', 'class' => 'col-lg-7' ]) @php $templateComponents = $whatsAppTemplateData['components']; $templateButtons = Arr::first($templateComponents, function ($value, $key) { return $value['type'] == 'BUTTONS'; }); @endphp
{{ __tr('Template Info') }}
{{ __tr('Name') }}
{{ $whatsAppTemplateData['name'] }}
{{ __tr('Language') }}
{{ $whatsAppTemplateData['language'] }}
{{ __tr('Category') }}
{{ $whatsAppTemplateData['category'] }}
{{ __tr('Status') }}
@if ($whatsAppTemplateData['status'] == 'APPROVED') @elseif ($whatsAppTemplateData['status'] == 'REJECTED') @elseif ($whatsAppTemplateData['status'] == 'PENDING') @endif {{ $whatsAppTemplateData['status'] }}
{{ __tr('Body') }} {{ __tr('Enter the text for your message in the language you\'ve selected.') }}
{{ __tr('Carousel Cards') }}

{{ __tr('Template Preview') }}

@endsection @push('appScripts')