@extends('customers.layout') @section('customers.content')
Name | Contact | Alt Contact | Balance | Actions |
---|---|---|---|---|
{{ $customer->name ?: "-" }} | {{ $customer->contact ?: "-" }} | {{ $customer->alt_contact ?: "-" }} | {{ $customer->balance ? number_format($customer->balance): "-" }} |
@if($customer->trashed())
@else
@lang('Show')
|