@extends('layouts.app') @section('content')

{{$title}}

{{--

Textual inputs

Here are examples of .form-control applied to each textual HTML5 <input> type.

--}} @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
{{--
--}} {{--
--}}
{{--
{{-- --}} {{--
{!! Form::text('tanggal_p',date('Y-m-d'),['class'=>'form-control','id'=>'tanggal_p','disabled'=>'disabled']) !!}
--}}
{{--

Rp. 0

--}}
{{-- @if(Auth::user()->name != 'Admin')

Detail Pengguna


Nama Perusahaan : {{$pelanggans->name}}
Daerah : {{$pelanggans->daerah->nama_daerah??'-'}}
Alamat : {{$pelanggans->alamat}}
Kategori NPA : {{@$pelanggans->pelanggan->kategori_npa->kategori}}
@endif
--}}
{{-- @push('scripts') @endpush --}} @endsection