Following is my route code
Route::get( \'generate_pdf\', \'Admin\\UserController@generateproviderlist\' )->name(\'provider.pdf\') ;
and Co