@extends('layouts.app') @section('pageTitle', 'Piutang - Detail') @section('content') @include('notify')
View Data Customer
{{$customer->data->id}}
{{ $customer->data->name }}
{{$customer->data->address}}
{{$customer->data->phone}}
{{ number_format($customer->data->buy_limit,0,",",".") }}
{{ $customer->data->buy_term }}
@endsection