diff --git a/public/img/company.png b/public/img/company.png new file mode 100644 index 000000000..964e18409 Binary files /dev/null and b/public/img/company.png differ diff --git a/public/img/user.png b/public/img/user.png new file mode 100644 index 000000000..3a98dc196 Binary files /dev/null and b/public/img/user.png differ diff --git a/resources/views/expenses/bills/bill.blade.php b/resources/views/expenses/bills/bill.blade.php index abe19ca91..e6528180a 100644 --- a/resources/views/expenses/bills/bill.blade.php +++ b/resources/views/expenses/bills/bill.blade.php @@ -12,7 +12,7 @@ @if ($logo) - + Company @endif diff --git a/resources/views/expenses/bills/show.blade.php b/resources/views/expenses/bills/show.blade.php index f62b4fe36..b7182f896 100644 --- a/resources/views/expenses/bills/show.blade.php +++ b/resources/views/expenses/bills/show.blade.php @@ -166,9 +166,7 @@ @if (isset($bill->contact->logo) && !empty($bill->contact->logo->id)) @else - - - + Company @endif diff --git a/resources/views/incomes/invoices/invoice.blade.php b/resources/views/incomes/invoices/invoice.blade.php index a42bf4314..1be5b5ed4 100644 --- a/resources/views/incomes/invoices/invoice.blade.php +++ b/resources/views/incomes/invoices/invoice.blade.php @@ -12,7 +12,7 @@ @if ($logo) - + Company @endif @@ -263,10 +263,22 @@ - @if ($invoice->footer) -
- {!! $invoice->footer !!} +
+
+
+ + + + + + +
+ @if ($invoice->footer) + {!! $invoice->footer !!} + @endif +
+
- @endif +
@endsection diff --git a/resources/views/incomes/invoices/show.blade.php b/resources/views/incomes/invoices/show.blade.php index fd5c8d876..3978c11d4 100644 --- a/resources/views/incomes/invoices/show.blade.php +++ b/resources/views/incomes/invoices/show.blade.php @@ -188,9 +188,7 @@ @if (setting('company.logo')) @else - - - + Company @endif diff --git a/resources/views/layouts/auth.blade.php b/resources/views/layouts/auth.blade.php index ca9975ba0..a5178131c 100644 --- a/resources/views/layouts/auth.blade.php +++ b/resources/views/layouts/auth.blade.php @@ -12,7 +12,7 @@
- +
diff --git a/resources/views/modules/item/pre_sale.blade.php b/resources/views/modules/item/pre_sale.blade.php index 193c518a4..1afe40314 100644 --- a/resources/views/modules/item/pre_sale.blade.php +++ b/resources/views/modules/item/pre_sale.blade.php @@ -107,7 +107,7 @@ @else {!! $module->price_prefix !!} @if (isset($module->special_price)) - {{ $module->price }} + {{ $module->price }} {{ $module->special_price }} @else {{ $module->price }} diff --git a/resources/views/modules/item/show.blade.php b/resources/views/modules/item/show.blade.php index 2764372d0..6ef7a58da 100644 --- a/resources/views/modules/item/show.blade.php +++ b/resources/views/modules/item/show.blade.php @@ -182,7 +182,7 @@ {!! $module->price_prefix !!} @if (isset($module->special_price)) - {{ $module->price }} + {{ $module->price }} {{ $module->special_price }} @else {{ $module->price }} @@ -219,7 +219,7 @@ @endif @endpermission - @endif + @endif @if ($module->purchase_faq)
diff --git a/resources/views/partials/admin/navbar.blade.php b/resources/views/partials/admin/navbar.blade.php index 92e3b480e..637fb379f 100644 --- a/resources/views/partials/admin/navbar.blade.php +++ b/resources/views/partials/admin/navbar.blade.php @@ -199,9 +199,7 @@