質問編集履歴
1
追記
    
        title	
    CHANGED
    
    | 
         
            File without changes
         
     | 
    
        body	
    CHANGED
    
    | 
         @@ -21,6 +21,10 @@ 
     | 
|
| 
       21 
21 
     | 
    
         
             
            │ 
         
     | 
| 
       22 
22 
     | 
    
         
             
            ```
         
     | 
| 
       23 
23 
     | 
    
         | 
| 
      
 24 
     | 
    
         
            +
            public/js/result.jsの場合のweb上での画面
         
     | 
| 
      
 25 
     | 
    
         
            +
            
         
     | 
| 
      
 26 
     | 
    
         
            +
             
     | 
| 
      
 27 
     | 
    
         
            +
             
     | 
| 
       24 
28 
     | 
    
         
             
             welcome.blade.php
         
     | 
| 
       25 
29 
     | 
    
         
             
            ```ここに言語を入力
         
     | 
| 
       26 
30 
     | 
    
         
             
            コード
         
     | 
| 
         @@ -90,10 +94,10 @@ 
     | 
|
| 
       90 
94 
     | 
    
         
             
            stack: "Error\n    at new ne (https://maps.googleapis.com/maps/api/js?language=ja®ion=JP&key=AIztPk&callback=initMap:66:280)\n    at Object._.pe (https://maps.googleapis.com/maps/api/js?language=ja®ion=JP&key=AIH_8MztPk&callback=initMap:66:391)\n    at Bea (https://maps.googleapis.com/maps/api/js?language=ja®ion=JP&key=AzaPk&callback=initMap:197:241)\n    at https://maps.googleapis.com/maps/api/js?language=ja®ion=JP&key=APk&callback=initMap:197:124"
         
     | 
| 
       91 
95 
     | 
    
         
             
            [[Prototype]]: Error
         
     | 
| 
       92 
96 
     | 
    
         
             
            ```
         
     | 
| 
      
 97 
     | 
    
         
            +
             
     | 
| 
      
 98 
     | 
    
         
            +
            ```ここに言語を入力
         
     | 
| 
       93 
99 
     | 
    
         
             
            initMap is not a functionだったり、
         
     | 
| 
       94 
100 
     | 
    
         
             
            welcome.blade.phpの方では
         
     | 
| 
       95 
     | 
    
         
            -
            ```ここに言語を入力
         
     | 
| 
       96 
     | 
    
         
            -
            コード
         
     | 
| 
       97 
101 
     | 
    
         
             
                    <script src="https://maps.googleapis.com®ion=JP&key={{ env('GCP_API')}}&callback=initMap" async defer>
         
     | 
| 
       98 
102 
     | 
    
         
             
            なのに
         
     | 
| 
       99 
103 
     | 
    
         
             
            initMap:197:124'
         
     |