@extends('layouts.app') @section('title', $page_title) @section('styles') @endsection @push('scripts') @endpush @section('content')
@csrf
{{ __('app.basic_information') }}
{{__('app.name_required')}}
{{ __('app.trigger_configuration') }}
{{ __('app.sending_configuration') }}
@include('includes.dropdown_sending_server', ['popup' => 0, 'multiple' => 1, 'required' => 1])
{{ __('app.sender_information') }}
{{ __('app.sending_speed') }}
{{__('app.cancel')}}
@endsection