In my Laravel-5.8, I am trying to use Barryvdh DomPDF to export to PDF.
class AppraisalGoal extends Model { protected $table = \'appraisal_goals\'; p