Some order processing

This commit is contained in:
Deon George
2018-08-23 15:17:26 +10:00
parent 90bcb7f5f1
commit 27fdb334d0
14 changed files with 333 additions and 27 deletions

View File

@@ -1,8 +1,8 @@
@component('mail::layout')
{{-- Header --}}
@slot('header')
@component('mail::header', ['url' => config('app.url'),'logo'=>url($logo)])
{{ $site_name }}
@component('mail::header', ['url' => config('app.url'),'logo'=>url($site->site_logo)])
{{ $site->site_name }}
@endcomponent
@endslot
@@ -24,4 +24,4 @@
© {{ date('Y') }} {{ config('app.name') }}. All rights reserved.
@endcomponent
@endslot
@endcomponent
@endcomponent