@extends('layouts.app') @section('content')
Name | Address | Phone No | Tin | Actions | |
---|---|---|---|---|---|
{{ $customer->name ?: "(blank)" }} | {{ $customer->address ?: "(blank)" }} | {{ $customer->email ?: "(blank)" }} | {{ $customer->phone_no ?: "(blank)" }} | {{ $customer->tin ?: "(blank)" }} |
@if($customer->trashed())
@else
@lang('Show')
|