{!! $greeting !!}
+ {{--| No | +Plant | +Line | +Target Quantity | +Production Quantity | +|
|---|---|---|---|---|---|
| {{ $row['no'] }} | +{{ $row['plant'] }} | +{{ $row['totalInvoice'] }} | +{{ $row['scannedInvoice'] }} | +||
| {{ $row['no'] }} | +{{ $row['plant'] }} | +{{ $row['line'] }} | +{{ $row['targetQuantity'] }} | +{{ $row['productionQuantity'] }} | --}} + {{----}} + {{-- |
| No | +Plant | +Line | +Target Quantity | +Production Quantity | +
|---|---|---|---|---|
| {{ $row['no'] }} | +{{ $row['plant'] }} | +{{ $row['line'] }} | +{{ $row['targetQuantity'] }} | +{{ $row['productionQuantity'] }} | +
{!! $wishes !!}
+ + diff --git a/resources/views/mail/test_mail.blade.php b/resources/views/mail/test_mail.blade.php new file mode 100644 index 000000000..c21432428 --- /dev/null +++ b/resources/views/mail/test_mail.blade.php @@ -0,0 +1,169 @@ +{{-- {{ $name }} --}} + +{{-- + + +| No | +Plant | +Total Number Of Invoice | +Scanned Number Of Invoice | +
|---|---|---|---|
| {{ $row['no'] }} | +{{ $row['plant'] }} | +{{ $row['totalInvoice'] }} | +{{ $row['scannedInvoice'] }} | +
| {{ $row['no'] }} | +{{ $row['plant'] }} | +{{ $row['totalInvoice'] }} | +{{ $row['scannedInvoice'] }} | +
{!! $greeting !!}
+ + {{-- Serial Invoice Table --}} + @if(!empty($serialTableData)) +| No | +Plant | +Total Number of Invoice | +Scanned Number of Invoice | +
|---|---|---|---|
| {{ $row['no'] }} | +{{ $row['plant'] }} | +{{ $row['totalInvoice'] }} | +{{ $row['scannedInvoice'] }} | +
| No | +Plant | +Total Number of Invoice | +Scanned Number of Invoice | +
|---|---|---|---|
| {{ $row['no'] }} | +{{ $row['plant'] }} | +{{ $row['totalInvoice'] }} | +{{ $row['scannedInvoice'] }} | +
| No | +Plant | +Total Number of Invoice | +Scanned Number of Invoice | +
|---|---|---|---|
| {{ $row['no'] }} | +{{ $row['plant'] }} | +{{ $row['totalInvoice'] }} | +{{ $row['scannedInvoice'] }} | +
{!! $wishes !!}
+ + + + diff --git a/routes/console.php b/routes/console.php index 3c9adf1af..7d6d685dc 100644 --- a/routes/console.php +++ b/routes/console.php @@ -1,8 +1,13 @@ comment(Inspiring::quote()); })->purpose('Display an inspiring quote'); + +Schedule::command('send:invoice-report'); +Schedule::command('send:production-report'); +