@extends('layouts.app') @section('title', '| Show') @section('content')
{{$cust->address}}
@lang('customers.phone'){{$cust->phone}}
@lang('customers.customerno'){{$cust->customer_number}}
{{$cust->name}}
@lang('customers.date'){{$cust->created_at}}
@lang('customers.info'){!! $cust->info !!}
@lang('customers.name') | @lang('customers.discount') | @lang('customers.price') | @lang('customers.description') |
---|---|---|---|
{{ $cust->drugname }} | {{ $cust->discount }}% | {{get_currencySymbols() }} {{ $cust->price }} | {{ $cust->druginfo }} |
@lang('customers.customerno') | @lang('customers.date') |
---|---|
{{ $ls->cust_no }} | {{ $ls->created_at }} |