public static function generateCsrfTokenField()
 {
     return static::hidden('_token', Form::csrfToken());
 }