@extends('layouts.app') @section('title', '| Dashboard') @section('content')
{{product($dayProduct['yasterday'],$dayProduct['today'])}} @lang('dashboard.instock')
{{check($daySales['yasterday'],$daySales['today'])}} @lang('dashboard.totalsales')
{{check($dayPurchases['yasterday'],$dayPurchases['today'])}} @lang('dashboard.totalpurchases')
{{product($dayCustomers['yasterday'],$dayCustomers['today'])}} @lang('customers.title')
# | @lang('customers.name') | @lang('customers.address') | @lang('customers.phone') | @lang('customers.info') | @lang('customers.date') |
---|---|---|---|---|---|
{{ $cust->id }} | {{ $cust->name }} | {{ $cust->address }} | {{ $cust->phone }} | {{ date('F j, Y', strtotime($cust->created_at)) }} |
{{$no->name}}
{{$no->created_at}}