@extends('layouts/base_view') @section('title') {!! $variables['header_routes'] !!} @endsection @section('content') {!! $variables['judul'] !!} @csrf Name @if ($errors->has('name')) {{ $errors->first('name') }} @endif Channel PA Customer ID @if ($errors->has('channel_pa_customer_id')) {{ $errors->first('channel_pa_customer_id') }} @endif Channel Integration ID @if ($errors->has('channel_integration_id')) {{ $errors->first('channel_integration_id') }} @endif PIC @if ($errors->has('pic')) {{ $errors->first('pic') }} @endif Channel Account Name @if ($errors->has('channel_account_name')) {{ $errors->first('channel_account_name') }} @endif Channel Phone Number @if ($errors->has('channel_phone_number')) {{ $errors->first('channel_phone_number') }} @endif PIC Phone @if ($errors->has('pic_phone')) {{ $errors->first('pic_phone') }} @endif Email @if ($errors->has('email')) {{ $errors->first('email') }} @endif Channel Sender Name @if ($errors->has('channel_sender_name')) {{ $errors->first('channel_sender_name') }} @endif Channel Sender Email @if ($errors->has('channel_sender_email')) {{ $errors->first('channel_sender_email') }} @endif Address @if ($errors->has('address')) {{ $errors->first('address') }} @endif Channel API Token @if ($errors->has('channel_api_token')) {{ $errors->first('channel_api_token') }} @endif Save Back @endsection