Override Invoice View

Laraship QuestionsOverride Invoice View
laraship Staff asked 3 years ago
 I am trying to change invoice.blade.php by moving a copy to the vendor directory, but it does not seem to recognise the vendor file, can you tell me the path I should put it in? I tried the following 2 already:
   resources/views/vendor/Payment/Common/invoices/invoice.blade.php
  resources/views/vendor/Common/invoices/invoice.blade.php
1 Answers
laraship Staff answered 3 years ago
Hello, The Invoice should be  resources/views/vendor/Payment/invoices/invoice.blade.php