Some adjustments to show customer's logo.
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
<header>
|
||||
<div>
|
||||
<div class="left header-left">
|
||||
<img class="header-logo" src="{{ $options->company_logo }}" />
|
||||
@php
|
||||
$arr = explode(';base64,', $options->company_logo);
|
||||
$type = substr($arr[0], strpos($arr[0], '/') + 1);
|
||||
@endphp
|
||||
<img class="header-logo" src="{{ base_path('/public/storage/company_logo.' . $type) }}" />
|
||||
</div>
|
||||
<div class="right header-right text-right">
|
||||
<div>{{ $options->company_name }}</div>
|
||||
|
||||
Reference in New Issue
Block a user