@extends('layouts/base_view') @section('title') {!! $variables['header_routes'] !!} @endsection @section('content')

{!! $variables['judul'] !!}

@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('channel_pa_customer_id')) {{ $errors->first('channel_pa_customer_id') }} @endif
@if ($errors->has('channel_integration_id')) {{ $errors->first('channel_integration_id') }} @endif
@if ($errors->has('pic')) {{ $errors->first('pic') }} @endif
@if ($errors->has('channel_account_name')) {{ $errors->first('channel_account_name') }} @endif
@if ($errors->has('channel_phone_number')) {{ $errors->first('channel_phone_number') }} @endif
@if ($errors->has('pic_phone')) {{ $errors->first('pic_phone') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('channel_sender_name')) {{ $errors->first('channel_sender_name') }} @endif
@if ($errors->has('channel_sender_email')) {{ $errors->first('channel_sender_email') }} @endif
@if ($errors->has('address')) {{ $errors->first('address') }} @endif
@if ($errors->has('channel_api_token')) {{ $errors->first('channel_api_token') }} @endif
Back
@endsection