コード例 #1
0
 public static function generateCsrfTokenField()
 {
     return static::hidden('_token', Form::csrfToken());
 }