@extends('layouts.app') @section('title', $page_title) @section('styles') @endsection @push('scripts') @endpush @php $attributes = json_decode($trigger->attributes); @endphp @section('content')
@csrf @method('PUT')
{{ __('app.basic_information') }}
{{__('app.name_required')}}
{{ __('app.trigger_configuration') }}
{{ __('app.sending_configuration') }}
@php $sending_server_ids = json_decode($attributes->sending_server_ids); @endphp @include('includes.dropdown_sending_server', ['popup' => 0, 'multiple' => 1, 'required' => 1])
{{ __('app.sender_information') }}
@php $form_detail_custom = ($attributes->from_detail == 'custom' && !empty($attributes->from_detail_custom)) ? json_decode($attributes->from_detail_custom) : null; @endphp
@
{{ __('app.sending_speed') }}
{{__('app.cancel')}}
@endsection