@section('optional_css') @endsection @section('optional_js') @endsection

{{ __('Buat Tagihan') }}

@if(session('success')) {{ session('success') }} @endif
{{ __('Create') }} {{ __('Tagihan') }} @csrf
{{ __('Nomor Telepon') }}
@if ($errors->has('msisdn')) {{ $errors->first('msisdn') }} @endif
{{ __('Customer ID') }}
@if ($errors->has('customer_id')) {{ $errors->first('customer_id') }} @endif
{{ __('Save') }}