Pages

30 April, 2024

Failed to load C:\xampp\htdocs\amb\storage\framework\cache\laravel-excel\laravel-excel-qstLPEJphn1YP2RNamob7mesa927XVjT.html as a DOM Document

 User the export file and controller function 

..

        libxml_use_internal_errors(true);

..Good To Go


 public function view(): View
    {
       
        $invoices = History::with('abc')->get();
     

        libxml_use_internal_errors(true);      


        return view('export.soaap',compact('invoices'));
       
    }


No comments:

Post a Comment

Thanks